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