pub struct LockKey { /* private fields */ }
Expand description
The lock ley object to hold the OS specific handle when it is required.
Trait Implementations§
Source§impl LockKeyWrapper for LockKey
impl LockKeyWrapper for LockKey
Source§fn set(&self, key: LockKeys, state: LockKeyState) -> LockKeyResult
fn set(&self, key: LockKeys, state: LockKeyState) -> LockKeyResult
Sets a new state for the lock key using Xlib.
Auto Trait Implementations§
impl Freeze for LockKey
impl RefUnwindSafe for LockKey
impl !Send for LockKey
impl !Sync for LockKey
impl Unpin for LockKey
impl UnwindSafe for LockKey
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