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