Struct windows_sys::Win32::System::Search::NOTRESTRICTION
#[repr(C)]pub struct NOTRESTRICTION {
pub pRes: *mut RESTRICTION,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_Storage_IndexServer"
, "Win32_System_Com_StructuredStorage"
, "Win32_System_Variant"
Fields§
§pRes: *mut RESTRICTION
Trait Implementations§
§impl Clone for NOTRESTRICTION
impl Clone for NOTRESTRICTION
impl Copy for NOTRESTRICTION
Auto Trait Implementations§
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