#[repr(C)]pub struct InputItemT {
pub id: u64,
pub name: *const c_char,
pub components: u32,
pub _padding_421: [c_char; 4],
}
Fields§
§id: u64
§name: *const c_char
§components: u32
§_padding_421: [c_char; 4]
Trait Implementations§
Source§impl Clone for InputItemT
impl Clone for InputItemT
Source§fn clone(&self) -> InputItemT
fn clone(&self) -> InputItemT
Returns a duplicate 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 moreSource§impl Default for InputItemT
impl Default for InputItemT
impl Copy for InputItemT
Auto Trait Implementations§
impl Freeze for InputItemT
impl RefUnwindSafe for InputItemT
impl !Send for InputItemT
impl !Sync for InputItemT
impl Unpin for InputItemT
impl UnwindSafe for InputItemT
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