#[repr(C)]pub struct typeHeader {
pub type_: c_ushort,
}Fields§
§type_: c_ushortTrait Implementations§
Source§impl Clone for typeHeader
impl Clone for typeHeader
Source§fn clone(&self) -> typeHeader
fn clone(&self) -> typeHeader
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 typeHeader
impl Debug for typeHeader
Source§impl Default for typeHeader
impl Default for typeHeader
Source§fn default() -> typeHeader
fn default() -> typeHeader
Returns the “default value” for a type. Read more
impl Copy for typeHeader
Auto Trait Implementations§
impl Freeze for typeHeader
impl RefUnwindSafe for typeHeader
impl Send for typeHeader
impl Sync for typeHeader
impl Unpin for typeHeader
impl UnwindSafe for typeHeader
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