pub struct EHsiTag;Expand description
A tag type uniquely identifying the eHsi type in generic contexts
Auto Trait Implementations§
impl Freeze for EHsiTag
impl RefUnwindSafe for EHsiTag
impl Send for EHsiTag
impl Sync for EHsiTag
impl Unpin for EHsiTag
impl UnsafeUnpin for EHsiTag
impl UnwindSafe for EHsiTag
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