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