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