#[repr(transparent)]pub struct WindowRaw(pub *mut c_void);Tuple Fields§
§0: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for WindowRaw
impl RefUnwindSafe for WindowRaw
impl !Send for WindowRaw
impl !Sync for WindowRaw
impl Unpin for WindowRaw
impl UnsafeUnpin for WindowRaw
impl UnwindSafe for WindowRaw
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