Struct RESTRICTION
#[repr(C)]pub struct RESTRICTION {
pub rt: u32,
pub weight: u32,
pub res: RESTRICTION_0,
}Fields§
§rt: u32§weight: u32§res: RESTRICTION_0Trait Implementations§
§impl Clone for RESTRICTION
impl Clone for RESTRICTION
§fn clone(&self) -> RESTRICTION
fn clone(&self) -> RESTRICTION
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 more§impl Default for RESTRICTION
Available on crate features Win32_Storage_IndexServer and Win32_System_Com_StructuredStorage and Win32_System_Variant only.
impl Default for RESTRICTION
Available on crate features
Win32_Storage_IndexServer and Win32_System_Com_StructuredStorage and Win32_System_Variant only.impl Copy for RESTRICTION
Auto Trait Implementations§
impl Freeze for RESTRICTION
impl RefUnwindSafe for RESTRICTION
impl !Send for RESTRICTION
impl !Sync for RESTRICTION
impl Unpin for RESTRICTION
impl UnwindSafe for RESTRICTION
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