#[repr(C)]pub struct _SCM_REGIONS {
pub Version: DWORD,
pub Size: DWORD,
pub RegionCount: DWORD,
pub Regions: [SCM_REGION; 1],
}Fields§
§Version: DWORD§Size: DWORD§RegionCount: DWORD§Regions: [SCM_REGION; 1]Trait Implementations§
Source§impl Clone for _SCM_REGIONS
impl Clone for _SCM_REGIONS
Source§fn clone(&self) -> _SCM_REGIONS
fn clone(&self) -> _SCM_REGIONS
Returns a duplicate 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 moreSource§impl Debug for _SCM_REGIONS
impl Debug for _SCM_REGIONS
impl Copy for _SCM_REGIONS
Auto Trait Implementations§
impl Freeze for _SCM_REGIONS
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§
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