Struct windows_sys::Win32::System::Search::RESTRICTION
[−]#[repr(C)]pub struct RESTRICTION {
pub rt: u32,
pub weight: u32,
pub res: RESTRICTION_0,
}
Expand description
Required features: "Win32_System_Search"
, "Win32_Foundation"
, "Win32_Storage_IndexServer"
, "Win32_System_Com_StructuredStorage"
Fields
rt: u32
weight: u32
res: RESTRICTION_0
Trait Implementations
impl Clone for RESTRICTION
impl Clone for RESTRICTION
impl Copy for RESTRICTION
Auto Trait Implementations
impl RefUnwindSafe for RESTRICTION
impl !Send for RESTRICTION
impl !Sync for RESTRICTION
impl Unpin for RESTRICTION
impl UnwindSafe for RESTRICTION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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