pub enum botan_tpm2_session_struct {}Auto Trait Implementations§
impl Freeze for botan_tpm2_session_struct
impl RefUnwindSafe for botan_tpm2_session_struct
impl Send for botan_tpm2_session_struct
impl Sync for botan_tpm2_session_struct
impl Unpin for botan_tpm2_session_struct
impl UnsafeUnpin for botan_tpm2_session_struct
impl UnwindSafe for botan_tpm2_session_struct
Blanket Implementations§
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