Struct tss_esapi::attributes::command_code::CommandCodeAttributes
source · pub struct CommandCodeAttributes(pub TPMA_CC);
Expand description
Tuple Fields§
§0: TPMA_CC
Implementations§
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<T> BitRange<T> for CommandCodeAttributes
impl<T> BitRange<T> for CommandCodeAttributes
source§impl<T> BitRangeMut<T> for CommandCodeAttributeswhere
TPMA_CC: BitRangeMut<T>,
impl<T> BitRangeMut<T> for CommandCodeAttributeswhere
TPMA_CC: BitRangeMut<T>,
source§fn set_bit_range(&mut self, msb: usize, lsb: usize, value: T)
fn set_bit_range(&mut self, msb: usize, lsb: usize, value: T)
Set a range of bits.
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 for CommandCodeAttributes
impl PartialEq 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 ==
.source§impl TryFrom<u32> for CommandCodeAttributes
impl TryFrom<u32> for CommandCodeAttributes
impl Copy for CommandCodeAttributes
impl Eq for CommandCodeAttributes
impl StructuralPartialEq for CommandCodeAttributes
Auto Trait Implementations§
impl Freeze for CommandCodeAttributes
impl RefUnwindSafe for CommandCodeAttributes
impl Send for CommandCodeAttributes
impl Sync for CommandCodeAttributes
impl Unpin for CommandCodeAttributes
impl UnwindSafe for CommandCodeAttributes
Blanket Implementations§
source§impl<T> BitMut for Twhere
T: BitRangeMut<u8>,
impl<T> BitMut for Twhere
T: BitRangeMut<u8>,
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more