#[repr(C)]pub struct blaze_user_meta {
pub kind: blaze_user_meta_kind,
pub unused: [u8; 7],
pub variant: blaze_user_meta_variant,
pub reserved: [u8; 16],
}Expand description
C ABI compatible version of UserMeta.
Fields§
§kind: blaze_user_meta_kindThe variant kind that is present.
unused: [u8; 7]Currently unused bytes.
variant: blaze_user_meta_variantThe actual variant with its data.
reserved: [u8; 16]Unused member available for future expansion. Must be initialized to zero.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for blaze_user_meta
impl RefUnwindSafe for blaze_user_meta
impl !Send for blaze_user_meta
impl !Sync for blaze_user_meta
impl Unpin for blaze_user_meta
impl UnwindSafe for blaze_user_meta
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