pub struct SoftClip { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SoftClip
impl RefUnwindSafe for SoftClip
impl Send for SoftClip
impl Sync for SoftClip
impl Unpin for SoftClip
impl UnwindSafe for SoftClip
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