#[repr(C, packed(2))]pub struct tagMETAHEADER {
pub mtType: WORD,
pub mtHeaderSize: WORD,
pub mtVersion: WORD,
pub mtSize: DWORD,
pub mtNoObjects: WORD,
pub mtMaxRecord: DWORD,
pub mtNoParameters: WORD,
}
Fields§
§mtType: WORD
§mtHeaderSize: WORD
§mtVersion: WORD
§mtSize: DWORD
§mtNoObjects: WORD
§mtMaxRecord: DWORD
§mtNoParameters: WORD
Trait Implementations§
Source§impl Clone for tagMETAHEADER
impl Clone for tagMETAHEADER
Source§fn clone(&self) -> tagMETAHEADER
fn clone(&self) -> tagMETAHEADER
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 tagMETAHEADER
impl Debug for tagMETAHEADER
Source§impl Ord for tagMETAHEADER
impl Ord for tagMETAHEADER
Source§fn cmp(&self, other: &tagMETAHEADER) -> Ordering
fn cmp(&self, other: &tagMETAHEADER) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagMETAHEADER
impl PartialEq for tagMETAHEADER
Source§impl PartialOrd for tagMETAHEADER
impl PartialOrd for tagMETAHEADER
impl Copy for tagMETAHEADER
impl Eq for tagMETAHEADER
impl StructuralPartialEq for tagMETAHEADER
Auto Trait Implementations§
impl Freeze for tagMETAHEADER
impl RefUnwindSafe for tagMETAHEADER
impl Send for tagMETAHEADER
impl Sync for tagMETAHEADER
impl Unpin for tagMETAHEADER
impl UnwindSafe for tagMETAHEADER
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