#[repr(C)]pub struct CLUSPROP_SECURITY_DESCRIPTOR {
pub Base: CLUSPROP_VALUE,
pub Anonymous: CLUSPROP_SECURITY_DESCRIPTOR_0,
}
Expand description
Required features: "Win32_Security"
Fields§
§Base: CLUSPROP_VALUE
§Anonymous: CLUSPROP_SECURITY_DESCRIPTOR_0
Trait Implementations§
§impl Clone for CLUSPROP_SECURITY_DESCRIPTOR
impl Clone for CLUSPROP_SECURITY_DESCRIPTOR
impl Copy for CLUSPROP_SECURITY_DESCRIPTOR
Auto Trait Implementations§
impl RefUnwindSafe for CLUSPROP_SECURITY_DESCRIPTOR
impl Send for CLUSPROP_SECURITY_DESCRIPTOR
impl Sync for CLUSPROP_SECURITY_DESCRIPTOR
impl Unpin for CLUSPROP_SECURITY_DESCRIPTOR
impl UnwindSafe for CLUSPROP_SECURITY_DESCRIPTOR
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more