Struct windows_sys::Win32::Media::DirectShow::DVD_REGION
[−]#[repr(C)]pub struct DVD_REGION {
pub CopySystem: u8,
pub RegionData: u8,
pub SystemRegion: u8,
pub ResetCount: u8,
}
Expand description
Required features: "Win32_Media_DirectShow"
Fields
CopySystem: u8
RegionData: u8
SystemRegion: u8
ResetCount: u8
Trait Implementations
impl Clone for DVD_REGION
impl Clone for DVD_REGION
impl Copy for DVD_REGION
Auto Trait Implementations
impl RefUnwindSafe for DVD_REGION
impl Send for DVD_REGION
impl Sync for DVD_REGION
impl Unpin for DVD_REGION
impl UnwindSafe for DVD_REGION
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