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