Struct CDROM_EXCLUSIVE_LOCK
#[repr(C)]pub struct CDROM_EXCLUSIVE_LOCK {
pub Access: CDROM_EXCLUSIVE_ACCESS,
pub CallerName: [u8; 64],
}
Fields§
§Access: CDROM_EXCLUSIVE_ACCESS
§CallerName: [u8; 64]
Trait Implementations§
§impl Clone for CDROM_EXCLUSIVE_LOCK
impl Clone for CDROM_EXCLUSIVE_LOCK
§fn clone(&self) -> CDROM_EXCLUSIVE_LOCK
fn clone(&self) -> CDROM_EXCLUSIVE_LOCK
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 CDROM_EXCLUSIVE_LOCK
impl Debug for CDROM_EXCLUSIVE_LOCK
§impl Default for CDROM_EXCLUSIVE_LOCK
impl Default for CDROM_EXCLUSIVE_LOCK
§impl PartialEq for CDROM_EXCLUSIVE_LOCK
impl PartialEq for CDROM_EXCLUSIVE_LOCK
impl Copy for CDROM_EXCLUSIVE_LOCK
impl StructuralPartialEq for CDROM_EXCLUSIVE_LOCK
Auto Trait Implementations§
impl Freeze for CDROM_EXCLUSIVE_LOCK
impl RefUnwindSafe for CDROM_EXCLUSIVE_LOCK
impl Send for CDROM_EXCLUSIVE_LOCK
impl Sync for CDROM_EXCLUSIVE_LOCK
impl Unpin for CDROM_EXCLUSIVE_LOCK
impl UnwindSafe for CDROM_EXCLUSIVE_LOCK
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