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

Trait Implementations

impl Clone for NvAttributes
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for NvAttributes
[src]

[src]

Formats the value using the given formatter.

impl Default for NvAttributes
[src]

[src]

Returns the "default value" for a type. Read more

impl Eq for NvAttributes
[src]

impl PartialEq for NvAttributes
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl From<TPMA_NV> for NvAttributes
[src]

[src]

Performs the conversion.