pub enum FieldType<'a> {
Byte,
Char,
Double,
Float,
Int,
Long,
Short,
Boolean,
Class(Box<ClassName<'a>>),
Array(Box<Self>),
}Expand description
The type of a field, parameter, local variable, or value.
See JVMS 4.3.2.
Variants§
Trait Implementations§
impl<'a> Eq for FieldType<'a>
impl<'a> StructuralPartialEq for FieldType<'a>
Auto Trait Implementations§
impl<'a> Freeze for FieldType<'a>
impl<'a> RefUnwindSafe for FieldType<'a>
impl<'a> Send for FieldType<'a>
impl<'a> Sync for FieldType<'a>
impl<'a> Unpin for FieldType<'a>
impl<'a> UnwindSafe for FieldType<'a>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)