Struct tss_esapi::attributes::command_code::CommandCodeAttributes
source · pub struct CommandCodeAttributes(pub TPMA_CC);Expand description
Tuple Fields§
§0: TPMA_CCImplementations§
source§impl CommandCodeAttributes
impl CommandCodeAttributes
sourcepub const fn builder() -> CommandCodeAttributesBuilder
pub const fn builder() -> CommandCodeAttributesBuilder
Returns a command code attributes builder
Trait Implementations§
source§impl Clone for CommandCodeAttributes
impl Clone for CommandCodeAttributes
source§fn clone(&self) -> CommandCodeAttributes
fn clone(&self) -> CommandCodeAttributes
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CommandCodeAttributes
impl Debug for CommandCodeAttributes
source§impl From<CommandCodeAttributes> for TPMA_CC
impl From<CommandCodeAttributes> for TPMA_CC
source§fn from(command_code_attributes: CommandCodeAttributes) -> Self
fn from(command_code_attributes: CommandCodeAttributes) -> Self
Converts to this type from the input type.
source§impl PartialEq<CommandCodeAttributes> for CommandCodeAttributes
impl PartialEq<CommandCodeAttributes> for CommandCodeAttributes
source§fn eq(&self, other: &CommandCodeAttributes) -> bool
fn eq(&self, other: &CommandCodeAttributes) -> bool
This method tests for
self and other values to be equal, and is used
by ==.