#[repr(C)]pub struct cdio_dvd_physical {
pub type_: u8,
pub layer_num: u8,
pub layer: [cdio_dvd_layer_t; 4],
}Fields§
§type_: u8§layer_num: u8§layer: [cdio_dvd_layer_t; 4]Trait Implementations§
Source§impl Clone for cdio_dvd_physical
impl Clone for cdio_dvd_physical
Source§fn clone(&self) -> cdio_dvd_physical
fn clone(&self) -> cdio_dvd_physical
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 cdio_dvd_physical
impl Debug for cdio_dvd_physical
impl Copy for cdio_dvd_physical
Auto Trait Implementations§
impl Freeze for cdio_dvd_physical
impl RefUnwindSafe for cdio_dvd_physical
impl Send for cdio_dvd_physical
impl Sync for cdio_dvd_physical
impl Unpin for cdio_dvd_physical
impl UnwindSafe for cdio_dvd_physical
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