#[repr(C)]pub struct GtkSessionLockInstance { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GtkSessionLockInstance
impl RefUnwindSafe for GtkSessionLockInstance
impl !Send for GtkSessionLockInstance
impl !Sync for GtkSessionLockInstance
impl !Unpin for GtkSessionLockInstance
impl UnwindSafe for GtkSessionLockInstance
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