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