#[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: WORDTrait Implementations§
Source§impl Clone for tagMETAHEADER
impl Clone for tagMETAHEADER
Source§fn clone(&self) -> tagMETAHEADER
fn clone(&self) -> tagMETAHEADER
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 Debug for tagMETAHEADER
impl Debug for tagMETAHEADER
impl Copy 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