#[repr(C)]pub struct sfWindow { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for sfWindow
impl RefUnwindSafe for sfWindow
impl Send for sfWindow
impl Sync for sfWindow
impl Unpin for sfWindow
impl UnwindSafe for sfWindow
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