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