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