Struct windows_sys::Win32::System::Search::NOTRESTRICTION
[−]#[repr(C)]pub struct NOTRESTRICTION {
pub pRes: *mut RESTRICTION,
}
Expand description
Required features: "Win32_System_Search"
, "Win32_Foundation"
, "Win32_Storage_IndexServer"
, "Win32_System_Com_StructuredStorage"
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more