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