Struct tss_sapi::NvAttributes
[−]
[src]
pub struct NvAttributes {
pub ppread: bool,
pub ppwrite: bool,
pub owner_read: bool,
pub owner_write: bool,
pub auth_read: bool,
pub auth_write: bool,
pub policy_read: bool,
pub policy_write: bool,
pub policy_delete: bool,
pub read_locked: bool,
pub write_locked: bool,
pub written: bool,
pub write_all: bool,
pub write_define: bool,
pub read_stclear: bool,
pub write_stclear: bool,
pub clear_stclear: bool,
pub global_lock: bool,
pub no_da: bool,
pub orderly: bool,
pub platform_create: bool,
}Fields
ppread: bool
ppwrite: bool
owner_read: bool
owner_write: bool
auth_read: bool
auth_write: bool
policy_read: bool
policy_write: bool
policy_delete: bool
read_locked: bool
write_locked: bool
written: bool
write_all: bool
write_define: bool
read_stclear: bool
write_stclear: bool
clear_stclear: bool
global_lock: bool
no_da: bool
orderly: bool
platform_create: bool
Trait Implementations
impl Clone for NvAttributes[src]
fn clone(&self) -> NvAttributes[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for NvAttributes[src]
impl Default for NvAttributes[src]
fn default() -> NvAttributes[src]
Returns the "default value" for a type. Read more
impl Eq for NvAttributes[src]
impl PartialEq for NvAttributes[src]
fn eq(&self, __arg_0: &NvAttributes) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &NvAttributes) -> bool[src]
This method tests for !=.