Struct winapi::mssip::SIP_CAP_SET_V3
[−]
[src]
pub struct SIP_CAP_SET_V3 { pub cbSize: DWORD, pub dwVersion: DWORD, pub isMultiSign: BOOL, pub dwFlags: DWORD, }
Fields
cbSize | |
dwVersion | |
isMultiSign | |
dwFlags |
Methods
impl SIP_CAP_SET_V3
[src]
unsafe fn dwReserved(&self) -> &DWORD
unsafe fn dwReserved_mut(&mut self) -> &mut DWORD
Trait Implementations
impl Copy for SIP_CAP_SET_V3
[src]
impl Clone for SIP_CAP_SET_V3
[src]
fn clone(&self) -> SIP_CAP_SET_V3
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more