#[repr(C)]pub struct ShumateLayerClass {
pub parent_class: GtkWidgetClass,
pub get_debug_text: Option<unsafe extern "C" fn(*mut ShumateLayer) -> *mut c_char>,
pub padding: [gpointer; 15],
}
Fields§
§parent_class: GtkWidgetClass
§get_debug_text: Option<unsafe extern "C" fn(*mut ShumateLayer) -> *mut c_char>
§padding: [gpointer; 15]
Trait Implementations§
Source§impl Clone for ShumateLayerClass
impl Clone for ShumateLayerClass
Source§fn clone(&self) -> ShumateLayerClass
fn clone(&self) -> ShumateLayerClass
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 ShumateLayerClass
impl Debug for ShumateLayerClass
impl Copy for ShumateLayerClass
Auto Trait Implementations§
impl Freeze for ShumateLayerClass
impl RefUnwindSafe for ShumateLayerClass
impl !Send for ShumateLayerClass
impl !Sync for ShumateLayerClass
impl Unpin for ShumateLayerClass
impl UnwindSafe for ShumateLayerClass
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