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