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