#[repr(C)]pub struct FN_OBJECT_MGR_FUNCTIONS {
pub Placeholder: u32,
}
Expand description
Required features: "Win32_Security_Authorization"
Fields
Placeholder: u32
Trait Implementations
impl Clone for FN_OBJECT_MGR_FUNCTIONS
impl Clone for FN_OBJECT_MGR_FUNCTIONS
impl Copy for FN_OBJECT_MGR_FUNCTIONS
Auto Trait Implementations
impl RefUnwindSafe for FN_OBJECT_MGR_FUNCTIONS
impl Send for FN_OBJECT_MGR_FUNCTIONS
impl Sync for FN_OBJECT_MGR_FUNCTIONS
impl Unpin for FN_OBJECT_MGR_FUNCTIONS
impl UnwindSafe for FN_OBJECT_MGR_FUNCTIONS
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