pub struct IffDataRecord {
pub record_type: VariableRecordType,
pub record_specific_fields: Vec<u8>,
}Expand description
6.2.43 IFF Data Specification record
Fields§
§record_type: VariableRecordType§record_specific_fields: Vec<u8>Implementations§
Source§impl IffDataRecord
impl IffDataRecord
pub fn new() -> Self
pub fn builder() -> IffDataRecordBuilder
pub fn data_length(&self) -> u16
Trait Implementations§
Source§impl Clone for IffDataRecord
impl Clone for IffDataRecord
Source§fn clone(&self) -> IffDataRecord
fn clone(&self) -> IffDataRecord
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 IffDataRecord
impl Debug for IffDataRecord
Source§impl Default for IffDataRecord
impl Default for IffDataRecord
Source§fn default() -> IffDataRecord
fn default() -> IffDataRecord
Returns the “default value” for a type. Read more
Source§impl PartialEq for IffDataRecord
impl PartialEq for IffDataRecord
impl StructuralPartialEq for IffDataRecord
Auto Trait Implementations§
impl Freeze for IffDataRecord
impl RefUnwindSafe for IffDataRecord
impl Send for IffDataRecord
impl Sync for IffDataRecord
impl Unpin for IffDataRecord
impl UnwindSafe for IffDataRecord
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