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