#[repr(C, packed(2))]pub struct DataTypeHeader {
pub dth_Name: STRPTR,
pub dth_BaseName: STRPTR,
pub dth_Pattern: STRPTR,
pub dth_Mask: *mut WORD,
pub dth_GroupID: ULONG,
pub dth_ID: ULONG,
pub dth_MaskLen: WORD,
pub dth_Pad: WORD,
pub dth_Flags: UWORD,
pub dth_Priority: UWORD,
}Fields§
§dth_Name: STRPTR§dth_BaseName: STRPTR§dth_Pattern: STRPTR§dth_Mask: *mut WORD§dth_GroupID: ULONG§dth_ID: ULONG§dth_MaskLen: WORD§dth_Pad: WORD§dth_Flags: UWORD§dth_Priority: UWORDTrait Implementations§
Source§impl Clone for DataTypeHeader
impl Clone for DataTypeHeader
Source§fn clone(&self) -> DataTypeHeader
fn clone(&self) -> DataTypeHeader
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 DataTypeHeader
impl Debug for DataTypeHeader
impl Copy for DataTypeHeader
Auto Trait Implementations§
impl Freeze for DataTypeHeader
impl RefUnwindSafe for DataTypeHeader
impl !Send for DataTypeHeader
impl !Sync for DataTypeHeader
impl Unpin for DataTypeHeader
impl UnwindSafe for DataTypeHeader
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