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