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