Struct DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT
#[repr(C)]pub struct DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT {
pub header: DVD_DISC_CONTROL_BLOCK_HEADER,
pub UpdateCount: [u8; 4],
pub WriteProtectActions: DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT_0,
pub Reserved0: [u8; 16],
pub UpdatePassword: [u8; 32],
pub Reserved1: [u8; 32672],
}
Fields§
§header: DVD_DISC_CONTROL_BLOCK_HEADER
§UpdateCount: [u8; 4]
§WriteProtectActions: DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT_0
§Reserved0: [u8; 16]
§UpdatePassword: [u8; 32]
§Reserved1: [u8; 32672]
Trait Implementations§
§impl Clone for DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT
impl Clone for DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT
§fn clone(&self) -> DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT
fn clone(&self) -> DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT
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 DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT
Auto Trait Implementations§
impl Freeze for DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT
impl RefUnwindSafe for DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT
impl Send for DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT
impl Sync for DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT
impl Unpin for DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT
impl UnwindSafe for DVD_DISC_CONTROL_BLOCK_WRITE_INHIBIT
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