#[repr(C)]pub struct blaze_user_meta_unknown {
pub reason: blaze_normalize_reason,
pub reserved: [u8; 15],
}Expand description
C compatible version of Unknown.
Fields§
§reason: blaze_normalize_reasonThe reason why normalization failed.
The provided reason is a best guess, hinting at what ultimately prevented the normalization from being successful.
reserved: [u8; 15]Unused member available for future expansion.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for blaze_user_meta_unknown
impl RefUnwindSafe for blaze_user_meta_unknown
impl Send for blaze_user_meta_unknown
impl Sync for blaze_user_meta_unknown
impl Unpin for blaze_user_meta_unknown
impl UnwindSafe for blaze_user_meta_unknown
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