Struct windows_sys::Win32::Media::KernelStreaming::KS_DVDCOPY_REGION
#[repr(C)]pub struct KS_DVDCOPY_REGION {
pub Reserved: u8,
pub RegionData: u8,
pub Reserved2: [u8; 2],
}
Fields§
§Reserved: u8
§RegionData: u8
§Reserved2: [u8; 2]
Trait Implementations§
§impl Clone for KS_DVDCOPY_REGION
impl Clone for KS_DVDCOPY_REGION
§fn clone(&self) -> KS_DVDCOPY_REGION
fn clone(&self) -> KS_DVDCOPY_REGION
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 KS_DVDCOPY_REGION
Auto Trait Implementations§
impl Freeze for KS_DVDCOPY_REGION
impl RefUnwindSafe for KS_DVDCOPY_REGION
impl Send for KS_DVDCOPY_REGION
impl Sync for KS_DVDCOPY_REGION
impl Unpin for KS_DVDCOPY_REGION
impl UnwindSafe for KS_DVDCOPY_REGION
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)