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