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