pub struct TcbInfoIn<'i> { /* private fields */ }Trait Implementations§
Source§impl WithApiVersion for TcbInfoIn<'_>
impl WithApiVersion for TcbInfoIn<'_>
fn api_version(&self) -> PcsVersion
Auto Trait Implementations§
impl<'i> Freeze for TcbInfoIn<'i>
impl<'i> RefUnwindSafe for TcbInfoIn<'i>
impl<'i> Send for TcbInfoIn<'i>
impl<'i> Sync for TcbInfoIn<'i>
impl<'i> Unpin for TcbInfoIn<'i>
impl<'i> UnwindSafe for TcbInfoIn<'i>
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