Struct windows_sys::Win32::System::Ioctl::SCM_REGIONS
[−]#[repr(C)]pub struct SCM_REGIONS {
pub Version: u32,
pub Size: u32,
pub RegionCount: u32,
pub Regions: [SCM_REGION; 1],
}
Expand description
Required features: ‘Win32_System_Ioctl’
Fields
Version: u32
Size: u32
RegionCount: u32
Regions: [SCM_REGION; 1]
Trait Implementations
impl Clone for SCM_REGIONS
impl Clone for SCM_REGIONS
impl Copy for SCM_REGIONS
Auto Trait Implementations
impl RefUnwindSafe for SCM_REGIONS
impl Send for SCM_REGIONS
impl Sync for SCM_REGIONS
impl Unpin for SCM_REGIONS
impl UnwindSafe for SCM_REGIONS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more