#[repr(C, packed(2))]pub struct PrefHeader {
pub ph_Version: UBYTE,
pub ph_Type: UBYTE,
pub ph_Flags: ULONG,
}Fields§
§ph_Version: UBYTE§ph_Type: UBYTE§ph_Flags: ULONGTrait Implementations§
Source§impl Clone for PrefHeader
impl Clone for PrefHeader
Source§fn clone(&self) -> PrefHeader
fn clone(&self) -> PrefHeader
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 PrefHeader
impl Debug for PrefHeader
impl Copy for PrefHeader
Auto Trait Implementations§
impl Freeze for PrefHeader
impl RefUnwindSafe for PrefHeader
impl Send for PrefHeader
impl Sync for PrefHeader
impl Unpin for PrefHeader
impl UnwindSafe for PrefHeader
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