#[repr(C)]pub struct MetaExt {
pub tag: MetaExtTag,
pub value: u64,
}
Expand description
A meta extension entry.
Fields§
§tag: MetaExtTag
The tag.
value: u64
A tag-specific value.
Auto Trait Implementations§
impl Freeze for MetaExt
impl ObjSafe for MetaExt
impl RefUnwindSafe for MetaExt
impl Send for MetaExt
impl Sync for MetaExt
impl Unpin for MetaExt
impl UnwindSafe for MetaExt
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