Struct windows_sys::Win32::System::Search::SEC_OBJECT
[−]#[repr(C)]pub struct SEC_OBJECT {
pub cObjects: u32,
pub prgObjects: *mut SEC_OBJECT_ELEMENT,
}
Expand description
Required features: "Win32_System_Search"
, "Win32_Storage_IndexServer"
Fields
cObjects: u32
prgObjects: *mut SEC_OBJECT_ELEMENT
Trait Implementations
impl Clone for SEC_OBJECT
impl Clone for SEC_OBJECT
impl Copy for SEC_OBJECT
Auto Trait Implementations
impl RefUnwindSafe for SEC_OBJECT
impl !Send for SEC_OBJECT
impl !Sync for SEC_OBJECT
impl Unpin for SEC_OBJECT
impl UnwindSafe for SEC_OBJECT
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