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