pub enum WindowKeys {
Show 13 variants
Number,
StoreType,
Layer,
Bounds,
SharingState,
Alpha,
OwnerPID,
MemoryUsage,
Workspace,
OwnerName,
Name,
IsOnscreen,
BackingLocationVideoMemory,
}
Variants§
Number
StoreType
Layer
Bounds
SharingState
Alpha
OwnerPID
MemoryUsage
Workspace
OwnerName
Name
IsOnscreen
BackingLocationVideoMemory
Trait Implementations§
Source§impl From<WindowKeys> for CFStringRef
impl From<WindowKeys> for CFStringRef
Source§fn from(key: WindowKeys) -> Self
fn from(key: WindowKeys) -> Self
Converts to this type from the input type.
Source§impl From<WindowKeys> for CFString
impl From<WindowKeys> for CFString
Source§fn from(key: WindowKeys) -> Self
fn from(key: WindowKeys) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WindowKeys
impl RefUnwindSafe for WindowKeys
impl Send for WindowKeys
impl Sync for WindowKeys
impl Unpin for WindowKeys
impl UnwindSafe for WindowKeys
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