Struct libhandy_sys::HdySwipeGroupClass
source · #[repr(C)]pub struct HdySwipeGroupClass {
pub parent_class: GObjectClass,
}
Fields§
§parent_class: GObjectClass
Trait Implementations§
source§impl Clone for HdySwipeGroupClass
impl Clone for HdySwipeGroupClass
source§fn clone(&self) -> HdySwipeGroupClass
fn clone(&self) -> HdySwipeGroupClass
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for HdySwipeGroupClass
impl Debug for HdySwipeGroupClass
impl Copy for HdySwipeGroupClass
Auto Trait Implementations§
impl RefUnwindSafe for HdySwipeGroupClass
impl !Send for HdySwipeGroupClass
impl !Sync for HdySwipeGroupClass
impl Unpin for HdySwipeGroupClass
impl UnwindSafe for HdySwipeGroupClass
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