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