pub struct CWSIZE { /* private fields */ }
Expand description
crop window size
Implementations§
Auto Trait Implementations§
impl !Freeze for CWSIZE
impl !RefUnwindSafe for CWSIZE
impl Send for CWSIZE
impl !Sync for CWSIZE
impl Unpin for CWSIZE
impl UnwindSafe for CWSIZE
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