pub struct GtkLockButton { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for GtkLockButton
impl !Sync for GtkLockButton
impl !Unpin for GtkLockButton
impl Freeze for GtkLockButton
impl RefUnwindSafe for GtkLockButton
impl UnsafeUnpin for GtkLockButton
impl UnwindSafe for GtkLockButton
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