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