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