Struct lyon_path::PathBufferSlice
source · pub struct PathBufferSlice<'l> { /* private fields */ }
Expand description
A view on a PathBuffer
.
Implementations§
source§impl<'l> PathBufferSlice<'l>
impl<'l> PathBufferSlice<'l>
Trait Implementations§
source§impl<'l> Clone for PathBufferSlice<'l>
impl<'l> Clone for PathBufferSlice<'l>
source§fn clone(&self) -> PathBufferSlice<'l>
fn clone(&self) -> PathBufferSlice<'l>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl<'l> Freeze for PathBufferSlice<'l>
impl<'l> RefUnwindSafe for PathBufferSlice<'l>
impl<'l> Send for PathBufferSlice<'l>
impl<'l> Sync for PathBufferSlice<'l>
impl<'l> Unpin for PathBufferSlice<'l>
impl<'l> UnwindSafe for PathBufferSlice<'l>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)