Struct windows_sys::Win32::Media::KernelStreaming::KS_DVDCOPY_BUSKEY
[−]Expand description
Required features: "Win32_Media_KernelStreaming"
Fields
BusKey: [u8; 5]
Reserved: [u8; 1]
Trait Implementations
impl Clone for KS_DVDCOPY_BUSKEY
impl Clone for KS_DVDCOPY_BUSKEY
impl Copy for KS_DVDCOPY_BUSKEY
Auto Trait Implementations
impl RefUnwindSafe for KS_DVDCOPY_BUSKEY
impl Send for KS_DVDCOPY_BUSKEY
impl Sync for KS_DVDCOPY_BUSKEY
impl Unpin for KS_DVDCOPY_BUSKEY
impl UnwindSafe for KS_DVDCOPY_BUSKEY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more