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