[][src]Struct libembroidery_sys::_bcf_file_header

#[repr(C)]
pub struct _bcf_file_header { pub signature: [c_uchar; 8], pub CLSID: [c_uchar; 16], pub minorVersion: c_ushort, pub majorVersion: c_ushort, pub byteOrder: c_ushort, pub sectorShift: c_ushort, pub miniSectorShift: c_ushort, pub reserved1: c_ushort, pub reserved2: c_uint, pub numberOfDirectorySectors: c_uint, pub numberOfFATSectors: c_uint, pub firstDirectorySectorLocation: c_uint, pub transactionSignatureNumber: c_uint, pub miniStreamCutoffSize: c_uint, pub firstMiniFATSectorLocation: c_uint, pub numberOfMiniFatSectors: c_uint, pub firstDifatSectorLocation: c_uint, pub numberOfDifatSectors: c_uint, }

Fields

signature: [c_uchar; 8]CLSID: [c_uchar; 16]minorVersion: c_ushortmajorVersion: c_ushortbyteOrder: c_ushortsectorShift: c_ushortminiSectorShift: c_ushortreserved1: c_ushortreserved2: c_uintnumberOfDirectorySectors: c_uintnumberOfFATSectors: c_uintfirstDirectorySectorLocation: c_uinttransactionSignatureNumber: c_uintminiStreamCutoffSize: c_uintfirstMiniFATSectorLocation: c_uintnumberOfMiniFatSectors: c_uintfirstDifatSectorLocation: c_uintnumberOfDifatSectors: c_uint

Trait Implementations

impl Copy for _bcf_file_header[src]

impl Clone for _bcf_file_header[src]

default fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for _bcf_file_header[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.