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