Struct tss_esapi::constants::response_code::FormatZeroResponseCode
source · pub struct FormatZeroResponseCode(pub TSS2_RC);
Tuple Fields§
§0: TSS2_RC
Trait Implementations§
source§impl<T> BitRange<T> for FormatZeroResponseCode
impl<T> BitRange<T> for FormatZeroResponseCode
source§impl<T> BitRangeMut<T> for FormatZeroResponseCodewhere
TSS2_RC: BitRangeMut<T>,
impl<T> BitRangeMut<T> for FormatZeroResponseCodewhere
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 FormatZeroResponseCode
impl Clone for FormatZeroResponseCode
source§fn clone(&self) -> FormatZeroResponseCode
fn clone(&self) -> FormatZeroResponseCode
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 FormatZeroResponseCode
impl Debug for FormatZeroResponseCode
source§impl Display for FormatZeroResponseCode
impl Display for FormatZeroResponseCode
source§impl Error for FormatZeroResponseCode
impl Error for FormatZeroResponseCode
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 FormatZeroResponseCode
impl PartialEq for FormatZeroResponseCode
source§fn eq(&self, other: &FormatZeroResponseCode) -> bool
fn eq(&self, other: &FormatZeroResponseCode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FormatZeroResponseCode
impl Eq for FormatZeroResponseCode
impl StructuralPartialEq for FormatZeroResponseCode
Auto Trait Implementations§
impl Freeze for FormatZeroResponseCode
impl RefUnwindSafe for FormatZeroResponseCode
impl Send for FormatZeroResponseCode
impl Sync for FormatZeroResponseCode
impl Unpin for FormatZeroResponseCode
impl UnwindSafe for FormatZeroResponseCode
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