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