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