Struct AACS_READ_BINDING_NONCE
#[repr(C)]pub struct AACS_READ_BINDING_NONCE {
pub SessionId: u32,
pub NumberOfSectors: u32,
pub StartLba: u64,
pub Anonymous: AACS_READ_BINDING_NONCE_0,
}
Fields§
§SessionId: u32
§NumberOfSectors: u32
§StartLba: u64
§Anonymous: AACS_READ_BINDING_NONCE_0
Trait Implementations§
§impl Clone for AACS_READ_BINDING_NONCE
impl Clone for AACS_READ_BINDING_NONCE
§fn clone(&self) -> AACS_READ_BINDING_NONCE
fn clone(&self) -> AACS_READ_BINDING_NONCE
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 Default for AACS_READ_BINDING_NONCE
impl Default for AACS_READ_BINDING_NONCE
impl Copy for AACS_READ_BINDING_NONCE
Auto Trait Implementations§
impl Freeze for AACS_READ_BINDING_NONCE
impl RefUnwindSafe for AACS_READ_BINDING_NONCE
impl !Send for AACS_READ_BINDING_NONCE
impl !Sync for AACS_READ_BINDING_NONCE
impl Unpin for AACS_READ_BINDING_NONCE
impl UnwindSafe for AACS_READ_BINDING_NONCE
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