Struct twizzler_abi::marker::BaseTag
source · pub struct BaseTag {}
Expand description
Tag for a base type. Each base type must have a unique tag.
Trait Implementations§
Auto Trait Implementations§
impl ObjSafe for BaseTag
impl RefUnwindSafe for BaseTag
impl Send for BaseTag
impl Sync for BaseTag
impl Unpin for BaseTag
impl UnwindSafe for BaseTag
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