pub(crate) enum PartType {
Show 17 variants
Boolean,
Char,
I8,
I16,
I32,
I64,
U8,
U16,
U32,
U64,
ISize,
USize,
F32,
F64,
Mapping(String),
VInt,
None,
}Variants§
Implementations§
Source§impl PartType
impl PartType
pub(crate) fn get_unsigned(&self, unsigned_imm: bool) -> bool
pub(crate) fn is_mapping(&self) -> bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PartType
impl RefUnwindSafe for PartType
impl Send for PartType
impl Sync for PartType
impl Unpin for PartType
impl UnsafeUnpin for PartType
impl UnwindSafe for PartType
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