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