Struct tss_esapi::constants::response_code::ResponseCode
source · [−]pub struct ResponseCode(pub TSS2_RC);Tuple Fields
0: TSS2_RCTrait Implementations
sourceimpl<T> BitRange<T> for ResponseCode where
TSS2_RC: BitRange<T>,
impl<T> BitRange<T> for ResponseCode where
TSS2_RC: BitRange<T>,
Auto Trait Implementations
impl RefUnwindSafe for ResponseCode
impl Send for ResponseCode
impl Sync for ResponseCode
impl Unpin for ResponseCode
impl UnwindSafe for ResponseCode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more