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