#[repr(C)]pub struct DzlElasticBinClass {
pub parent_class: GtkBinClass,
pub _reserved1: gpointer,
pub _reserved2: gpointer,
pub _reserved3: gpointer,
pub _reserved4: gpointer,
}Fields§
§parent_class: GtkBinClass§_reserved1: gpointer§_reserved2: gpointer§_reserved3: gpointer§_reserved4: gpointerTrait Implementations§
Source§impl Clone for DzlElasticBinClass
impl Clone for DzlElasticBinClass
Source§fn clone(&self) -> DzlElasticBinClass
fn clone(&self) -> DzlElasticBinClass
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 DzlElasticBinClass
impl Debug for DzlElasticBinClass
impl Copy for DzlElasticBinClass
Auto Trait Implementations§
impl Freeze for DzlElasticBinClass
impl RefUnwindSafe for DzlElasticBinClass
impl !Send for DzlElasticBinClass
impl !Sync for DzlElasticBinClass
impl Unpin for DzlElasticBinClass
impl UnwindSafe for DzlElasticBinClass
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