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