#[repr(C)]pub struct HdySwipeGroupClass {
pub parent_class: GObjectClass,
}Fields§
§parent_class: GObjectClassTrait Implementations§
Source§impl Clone for HdySwipeGroupClass
impl Clone for HdySwipeGroupClass
Source§fn clone(&self) -> HdySwipeGroupClass
fn clone(&self) -> HdySwipeGroupClass
Returns a duplicate 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 Freeze for HdySwipeGroupClass
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