Struct windows_sys::Win32::System::Com::Urlmon::REMSECURITY_ATTRIBUTES
[−]#[repr(C)]pub struct REMSECURITY_ATTRIBUTES {
pub nLength: u32,
pub lpSecurityDescriptor: u32,
pub bInheritHandle: BOOL,
}
Expand description
Required features: "Win32_System_Com_Urlmon"
, "Win32_Foundation"
Fields
nLength: u32
lpSecurityDescriptor: u32
bInheritHandle: BOOL
Trait Implementations
impl Clone for REMSECURITY_ATTRIBUTES
impl Clone for REMSECURITY_ATTRIBUTES
impl Copy for REMSECURITY_ATTRIBUTES
Auto Trait Implementations
impl RefUnwindSafe for REMSECURITY_ATTRIBUTES
impl Send for REMSECURITY_ATTRIBUTES
impl Sync for REMSECURITY_ATTRIBUTES
impl Unpin for REMSECURITY_ATTRIBUTES
impl UnwindSafe for REMSECURITY_ATTRIBUTES
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