Enum cocoa::appkit::NSEventSubtype
source · #[repr(i16)]pub enum NSEventSubtype {
NSWindowExposedEventType,
NSApplicationActivatedEventType,
NSApplicationDeactivatedEventType,
NSWindowMovedEventType,
NSScreenChangedEventType,
NSAWTEventType,
}
Variants§
NSWindowExposedEventType
NSApplicationActivatedEventType
NSApplicationDeactivatedEventType
NSWindowMovedEventType
NSScreenChangedEventType
NSAWTEventType
Auto Trait Implementations§
impl RefUnwindSafe for NSEventSubtype
impl Send for NSEventSubtype
impl Sync for NSEventSubtype
impl Unpin for NSEventSubtype
impl UnwindSafe for NSEventSubtype
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