Struct DVD_RAM_MEDIUM_STATUS
#[repr(C)]pub struct DVD_RAM_MEDIUM_STATUS {
pub _bitfield: u8,
pub DiscTypeIdentification: u8,
pub Reserved2: u8,
pub MediaSpecificWriteInhibitInformation: u8,
}
Fields§
§_bitfield: u8
§DiscTypeIdentification: u8
§Reserved2: u8
§MediaSpecificWriteInhibitInformation: u8
Trait Implementations§
§impl Clone for DVD_RAM_MEDIUM_STATUS
impl Clone for DVD_RAM_MEDIUM_STATUS
§fn clone(&self) -> DVD_RAM_MEDIUM_STATUS
fn clone(&self) -> DVD_RAM_MEDIUM_STATUS
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 more§impl Debug for DVD_RAM_MEDIUM_STATUS
impl Debug for DVD_RAM_MEDIUM_STATUS
§impl Default for DVD_RAM_MEDIUM_STATUS
impl Default for DVD_RAM_MEDIUM_STATUS
§impl PartialEq for DVD_RAM_MEDIUM_STATUS
impl PartialEq for DVD_RAM_MEDIUM_STATUS
impl Copy for DVD_RAM_MEDIUM_STATUS
impl StructuralPartialEq for DVD_RAM_MEDIUM_STATUS
Auto Trait Implementations§
impl Freeze for DVD_RAM_MEDIUM_STATUS
impl RefUnwindSafe for DVD_RAM_MEDIUM_STATUS
impl Send for DVD_RAM_MEDIUM_STATUS
impl Sync for DVD_RAM_MEDIUM_STATUS
impl Unpin for DVD_RAM_MEDIUM_STATUS
impl UnwindSafe for DVD_RAM_MEDIUM_STATUS
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