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
Available on crate features Win32_Storage_IndexServer and Win32_System_Com_StructuredStorage and Win32_System_Variant only.
impl Clone for RESTRICTION
Available on crate features
Win32_Storage_IndexServer and Win32_System_Com_StructuredStorage and Win32_System_Variant only.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