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