Struct tss_esapi::constants::response_code::FormatOneResponseCode
source · pub struct FormatOneResponseCode(pub TSS2_RC);
Tuple Fields§
§0: TSS2_RC
Trait Implementations§
source§impl<T> BitRange<T> for FormatOneResponseCode
impl<T> BitRange<T> for FormatOneResponseCode
source§impl<T> BitRangeMut<T> for FormatOneResponseCodewhere
TSS2_RC: BitRangeMut<T>,
impl<T> BitRangeMut<T> for FormatOneResponseCodewhere
TSS2_RC: 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 FormatOneResponseCode
impl Clone for FormatOneResponseCode
source§fn clone(&self) -> FormatOneResponseCode
fn clone(&self) -> FormatOneResponseCode
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 FormatOneResponseCode
impl Debug for FormatOneResponseCode
source§impl Display for FormatOneResponseCode
impl Display for FormatOneResponseCode
source§impl Error for FormatOneResponseCode
impl Error for FormatOneResponseCode
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq for FormatOneResponseCode
impl PartialEq for FormatOneResponseCode
source§fn eq(&self, other: &FormatOneResponseCode) -> bool
fn eq(&self, other: &FormatOneResponseCode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FormatOneResponseCode
impl Eq for FormatOneResponseCode
impl StructuralPartialEq for FormatOneResponseCode
Auto Trait Implementations§
impl Freeze for FormatOneResponseCode
impl RefUnwindSafe for FormatOneResponseCode
impl Send for FormatOneResponseCode
impl Sync for FormatOneResponseCode
impl Unpin for FormatOneResponseCode
impl UnwindSafe for FormatOneResponseCode
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