[][src]Struct libcdio_sys::cdio_dvd_layer

#[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

Methods

impl cdio_dvd_layer[src]

pub fn book_version(&self) -> c_uint[src]

pub fn set_book_version(&mut self, val: c_uint)[src]

pub fn book_type(&self) -> c_uint[src]

pub fn set_book_type(&mut self, val: c_uint)[src]

pub fn min_rate(&self) -> c_uint[src]

pub fn set_min_rate(&mut self, val: c_uint)[src]

pub fn disc_size(&self) -> c_uint[src]

pub fn set_disc_size(&mut self, val: c_uint)[src]

pub fn layer_type(&self) -> c_uint[src]

pub fn set_layer_type(&mut self, val: c_uint)[src]

pub fn track_path(&self) -> c_uint[src]

pub fn set_track_path(&mut self, val: c_uint)[src]

pub fn nlayers(&self) -> c_uint[src]

pub fn set_nlayers(&mut self, val: c_uint)[src]

pub fn track_density(&self) -> c_uint[src]

pub fn set_track_density(&mut self, val: c_uint)[src]

pub fn linear_density(&self) -> c_uint[src]

pub fn set_linear_density(&mut self, val: c_uint)[src]

pub fn bca(&self) -> c_uint[src]

pub fn set_bca(&mut self, val: c_uint)[src]

pub fn new_bitfield_1(
    book_version: c_uint,
    book_type: c_uint,
    min_rate: c_uint,
    disc_size: c_uint,
    layer_type: c_uint,
    track_path: c_uint,
    nlayers: c_uint,
    track_density: c_uint,
    linear_density: c_uint,
    bca: c_uint
) -> __BindgenBitfieldUnit<[u8; 4], u8>
[src]

Trait Implementations

impl Copy for cdio_dvd_layer[src]

impl Clone for cdio_dvd_layer[src]

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

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

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

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

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.

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

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

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