pub struct headclip(/* private fields */);
Trait Implementations§
impl StructuralPartialEq for headclip
Auto Trait Implementations§
impl Freeze for headclip
impl RefUnwindSafe for headclip
impl Send for headclip
impl Sync for headclip
impl Unpin for headclip
impl UnwindSafe for headclip
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