#[repr(transparent)]pub struct KindValue {
pub repr: u8,
}Fields§
§repr: u8Implementations§
Trait Implementations§
Source§impl ExternType for KindValue
impl ExternType for KindValue
impl Copy for KindValue
impl Eq for KindValue
impl StructuralPartialEq for KindValue
Auto Trait Implementations§
impl Freeze for KindValue
impl RefUnwindSafe for KindValue
impl Send for KindValue
impl Sync for KindValue
impl Unpin for KindValue
impl UnwindSafe for KindValue
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