#[repr(C)]pub struct MenuInputDesc {
pub VTABLE: *const MenuInputVTABLE,
pub meta: MenuInputDesc__bindgen_ty_1,
}
Fields§
§VTABLE: *const MenuInputVTABLE
§meta: MenuInputDesc__bindgen_ty_1
Trait Implementations§
Source§impl Clone for MenuInputDesc
impl Clone for MenuInputDesc
Source§fn clone(&self) -> MenuInputDesc
fn clone(&self) -> MenuInputDesc
Returns a copy 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 moreimpl Copy for MenuInputDesc
Auto Trait Implementations§
impl Freeze for MenuInputDesc
impl RefUnwindSafe for MenuInputDesc
impl !Send for MenuInputDesc
impl !Sync for MenuInputDesc
impl Unpin for MenuInputDesc
impl UnwindSafe for MenuInputDesc
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