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