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