#[repr(C)]pub struct DzlBin {
pub parent_instance: GtkBin,
}Fields§
§parent_instance: GtkBinTrait Implementations§
Auto Trait Implementations§
impl Freeze for DzlBin
impl RefUnwindSafe for DzlBin
impl !Send for DzlBin
impl !Sync for DzlBin
impl Unpin for DzlBin
impl UnwindSafe for DzlBin
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