#[repr(transparent)]pub struct MetaDataType {
pub repr: u32,
}Expand description
Type of meta data entry.
Fields§
§repr: u32Implementations§
Source§impl MetaDataType
impl MetaDataType
Trait Implementations§
Source§impl Clone for MetaDataType
impl Clone for MetaDataType
Source§impl Debug for MetaDataType
impl Debug for MetaDataType
Source§impl ExternType for MetaDataType
impl ExternType for MetaDataType
Source§impl PartialEq for MetaDataType
impl PartialEq for MetaDataType
impl Copy for MetaDataType
impl Eq for MetaDataType
impl StructuralPartialEq for MetaDataType
Auto Trait Implementations§
impl Freeze for MetaDataType
impl RefUnwindSafe for MetaDataType
impl Send for MetaDataType
impl Sync for MetaDataType
impl Unpin for MetaDataType
impl UnwindSafe for MetaDataType
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