#[repr(C)]pub struct HdyCarouselIndicatorLinesClass {
pub parent_class: GtkDrawingAreaClass,
}Fields§
§parent_class: GtkDrawingAreaClassTrait Implementations§
Source§impl Clone for HdyCarouselIndicatorLinesClass
impl Clone for HdyCarouselIndicatorLinesClass
Source§fn clone(&self) -> HdyCarouselIndicatorLinesClass
fn clone(&self) -> HdyCarouselIndicatorLinesClass
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 moreimpl Copy for HdyCarouselIndicatorLinesClass
Auto Trait Implementations§
impl Freeze for HdyCarouselIndicatorLinesClass
impl RefUnwindSafe for HdyCarouselIndicatorLinesClass
impl !Send for HdyCarouselIndicatorLinesClass
impl !Sync for HdyCarouselIndicatorLinesClass
impl Unpin for HdyCarouselIndicatorLinesClass
impl UnwindSafe for HdyCarouselIndicatorLinesClass
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