Struct windows_sys::Win32::System::Search::SEC_OBJECT_ELEMENT
[−]Expand description
Required features: "Win32_System_Search"
, "Win32_Storage_IndexServer"
Fields
guidObjectType: GUID
ObjectID: DBID
Trait Implementations
impl Clone for SEC_OBJECT_ELEMENT
impl Clone for SEC_OBJECT_ELEMENT
impl Copy for SEC_OBJECT_ELEMENT
Auto Trait Implementations
impl RefUnwindSafe for SEC_OBJECT_ELEMENT
impl !Send for SEC_OBJECT_ELEMENT
impl !Sync for SEC_OBJECT_ELEMENT
impl Unpin for SEC_OBJECT_ELEMENT
impl UnwindSafe for SEC_OBJECT_ELEMENT
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