#[repr(C, packed(2))]pub struct FIEL_Label {
pub signature: u32,
pub version: i16,
pub type_: FIEL_Type,
pub order: FIEL_Order,
pub reserved: u32,
}Fields§
§signature: u32§version: i16§type_: FIEL_Type§order: FIEL_Order§reserved: u32Trait Implementations§
Source§impl Clone for FIEL_Label
impl Clone for FIEL_Label
Source§fn clone(&self) -> FIEL_Label
fn clone(&self) -> FIEL_Label
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 FIEL_Label
impl Debug for FIEL_Label
impl Copy for FIEL_Label
Auto Trait Implementations§
impl Freeze for FIEL_Label
impl RefUnwindSafe for FIEL_Label
impl Send for FIEL_Label
impl Sync for FIEL_Label
impl Unpin for FIEL_Label
impl UnwindSafe for FIEL_Label
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