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