#[repr(C)]
pub union cdio_dvd_struct_t {
pub type_: u8,
pub physical: cdio_dvd_physical_t,
pub copyright: cdio_dvd_copyright_t,
pub disckey: cdio_dvd_disckey_t,
pub bca: cdio_dvd_bca_t,
pub manufact: cdio_dvd_manufact_t,
}Fields§
§type_: u8§physical: cdio_dvd_physical_t§copyright: cdio_dvd_copyright_t§disckey: cdio_dvd_disckey_t§bca: cdio_dvd_bca_t§manufact: cdio_dvd_manufact_tTrait Implementations§
Source§impl Clone for cdio_dvd_struct_t
impl Clone for cdio_dvd_struct_t
Source§fn clone(&self) -> cdio_dvd_struct_t
fn clone(&self) -> cdio_dvd_struct_t
Returns a copy 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 moreimpl Copy for cdio_dvd_struct_t
Auto Trait Implementations§
impl Freeze for cdio_dvd_struct_t
impl RefUnwindSafe for cdio_dvd_struct_t
impl Send for cdio_dvd_struct_t
impl Sync for cdio_dvd_struct_t
impl Unpin for cdio_dvd_struct_t
impl UnwindSafe for cdio_dvd_struct_t
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