pub struct PathNormals { /* private fields */ }Implementations§
Source§impl PathNormals
impl PathNormals
Trait Implementations§
Source§impl Clone for PathNormals
impl Clone for PathNormals
Source§fn clone(&self) -> PathNormals
fn clone(&self) -> PathNormals
Returns a duplicate 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 Freeze for PathNormals
impl RefUnwindSafe for PathNormals
impl Send for PathNormals
impl Sync for PathNormals
impl Unpin for PathNormals
impl UnwindSafe for PathNormals
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