#[repr(C)]
pub struct cdio_dvd_layer { pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u8>, pub start_sector: u32, pub end_sector: u32, pub end_sector_l0: u32, }

Fields

_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u8>start_sector: u32end_sector: u32end_sector_l0: u32

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.