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: DWORD dwVersion: DWORD isMultiSign: BOOL dwFlags: DWORD

Methods

impl SIP_CAP_SET_V3
[src]

unsafe fn dwReserved(&self) -> &DWORD

unsafe fn dwReserved_mut(&mut self) -> &mut DWORD

Trait Implementations

impl Debug for SIP_CAP_SET_V3
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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