#[repr(C)]pub struct Window { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl IsFormatData for Window
impl IsFormatData for Window
Source§const TYPES: &'static [BufferType]
const TYPES: &'static [BufferType]
Buffer types which corresponds to format type
impl Copy for Window
Auto Trait Implementations§
impl Freeze for Window
impl RefUnwindSafe for Window
impl !Send for Window
impl !Sync for Window
impl Unpin for Window
impl UnwindSafe for Window
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