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