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