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