pub struct NativeOperatorObjectIdentity {
pub format: NativeOperatorObjectFormat,
pub class_bits: u8,
pub endianness: NativeOperatorObjectEndianness,
pub machine: u32,
}Fields§
§format: NativeOperatorObjectFormat§class_bits: u8§endianness: NativeOperatorObjectEndianness§machine: u32Trait Implementations§
Source§impl Clone for NativeOperatorObjectIdentity
impl Clone for NativeOperatorObjectIdentity
Source§fn clone(&self) -> NativeOperatorObjectIdentity
fn clone(&self) -> NativeOperatorObjectIdentity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NativeOperatorObjectIdentity
impl Debug for NativeOperatorObjectIdentity
Source§impl<'de> Deserialize<'de> for NativeOperatorObjectIdentity
impl<'de> Deserialize<'de> for NativeOperatorObjectIdentity
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for NativeOperatorObjectIdentity
impl StructuralPartialEq for NativeOperatorObjectIdentity
Auto Trait Implementations§
impl Freeze for NativeOperatorObjectIdentity
impl RefUnwindSafe for NativeOperatorObjectIdentity
impl Send for NativeOperatorObjectIdentity
impl Sync for NativeOperatorObjectIdentity
impl Unpin for NativeOperatorObjectIdentity
impl UnsafeUnpin for NativeOperatorObjectIdentity
impl UnwindSafe for NativeOperatorObjectIdentity
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