Enum cocoa::appkit::NSTabState
source · #[repr(u64)]pub enum NSTabState {
NSSelectedTab,
NSBackgroundTab,
NSPressedTab,
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for NSTabState
impl Send for NSTabState
impl Sync for NSTabState
impl Unpin for NSTabState
impl UnwindSafe for NSTabState
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