#[repr(C)]pub struct PrimitiveMembers {
pub i64: i64,
pub u64: u64,
pub i32: i32,
pub u32: u32,
pub i16: i16,
pub u16: u16,
pub i8: i8,
pub u8: u8,
pub b: bool,
}
Fields§
§i64: i64
§u64: u64
§i32: i32
§u32: u32
§i16: i16
§u16: u16
§i8: i8
§u8: u8
§b: bool
Trait Implementations§
Source§impl Clone for PrimitiveMembers
impl Clone for PrimitiveMembers
Source§fn clone(&self) -> PrimitiveMembers
fn clone(&self) -> PrimitiveMembers
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 moreSource§impl Debug for PrimitiveMembers
impl Debug for PrimitiveMembers
Source§impl PartialEq for PrimitiveMembers
impl PartialEq for PrimitiveMembers
impl Copy for PrimitiveMembers
impl Eq for PrimitiveMembers
impl StructuralPartialEq for PrimitiveMembers
Auto Trait Implementations§
impl Freeze for PrimitiveMembers
impl RefUnwindSafe for PrimitiveMembers
impl Send for PrimitiveMembers
impl Sync for PrimitiveMembers
impl Unpin for PrimitiveMembers
impl UnwindSafe for PrimitiveMembers
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)