Struct windows_sys::Win32::Security::Authorization::UI::SECURITY_OBJECT
[−]#[repr(C)]pub struct SECURITY_OBJECT {
pub pwszName: PWSTR,
pub pData: *mut c_void,
pub cbData: u32,
pub pData2: *mut c_void,
pub cbData2: u32,
pub Id: u32,
pub fWellKnown: BOOLEAN,
}
Expand description
Required features: "Win32_Security_Authorization_UI"
, "Win32_Foundation"
Fields
pwszName: PWSTR
pData: *mut c_void
cbData: u32
pData2: *mut c_void
cbData2: u32
Id: u32
fWellKnown: BOOLEAN
Trait Implementations
impl Clone for SECURITY_OBJECT
impl Clone for SECURITY_OBJECT
impl Copy for SECURITY_OBJECT
Auto Trait Implementations
impl RefUnwindSafe for SECURITY_OBJECT
impl !Send for SECURITY_OBJECT
impl !Sync for SECURITY_OBJECT
impl Unpin for SECURITY_OBJECT
impl UnwindSafe for SECURITY_OBJECT
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