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