#[repr(transparent)]pub struct CGWindowLevelKey(pub i32);Available on crate feature
CGWindowLevel only.Expand description
Tuple Fields§
§0: i32Implementations§
Source§impl CGWindowLevelKey
impl CGWindowLevelKey
pub const BaseWindowLevelKey: Self
pub const MinimumWindowLevelKey: Self
pub const DesktopWindowLevelKey: Self
pub const BackstopMenuLevelKey: Self
pub const NormalWindowLevelKey: Self
pub const FloatingWindowLevelKey: Self
pub const TornOffMenuWindowLevelKey: Self
pub const DockWindowLevelKey: Self
pub const MainMenuWindowLevelKey: Self
pub const StatusWindowLevelKey: Self
pub const ModalPanelWindowLevelKey: Self
pub const PopUpMenuWindowLevelKey: Self
pub const DraggingWindowLevelKey: Self
pub const ScreenSaverWindowLevelKey: Self
pub const MaximumWindowLevelKey: Self
pub const OverlayWindowLevelKey: Self
pub const HelpWindowLevelKey: Self
pub const UtilityWindowLevelKey: Self
pub const DesktopIconWindowLevelKey: Self
pub const CursorWindowLevelKey: Self
pub const AssistiveTechHighWindowLevelKey: Self
pub const NumberOfWindowLevelKeys: Self
Trait Implementations§
Source§impl Clone for CGWindowLevelKey
impl Clone for CGWindowLevelKey
Source§fn clone(&self) -> CGWindowLevelKey
fn clone(&self) -> CGWindowLevelKey
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CGWindowLevelKey
impl Debug for CGWindowLevelKey
Source§impl Encode for CGWindowLevelKey
Available on crate feature objc2 only.
impl Encode for CGWindowLevelKey
Available on crate feature
objc2 only.Source§impl Hash for CGWindowLevelKey
impl Hash for CGWindowLevelKey
Source§impl Ord for CGWindowLevelKey
impl Ord for CGWindowLevelKey
Source§fn cmp(&self, other: &CGWindowLevelKey) -> Ordering
fn cmp(&self, other: &CGWindowLevelKey) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CGWindowLevelKey
impl PartialEq for CGWindowLevelKey
Source§impl PartialOrd for CGWindowLevelKey
impl PartialOrd for CGWindowLevelKey
Source§impl RefEncode for CGWindowLevelKey
Available on crate feature objc2 only.
impl RefEncode for CGWindowLevelKey
Available on crate feature
objc2 only.Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for CGWindowLevelKey
impl Eq for CGWindowLevelKey
impl StructuralPartialEq for CGWindowLevelKey
Auto Trait Implementations§
impl Freeze for CGWindowLevelKey
impl RefUnwindSafe for CGWindowLevelKey
impl Send for CGWindowLevelKey
impl Sync for CGWindowLevelKey
impl Unpin for CGWindowLevelKey
impl UnwindSafe for CGWindowLevelKey
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.