Struct classfile_parser::constant_info::IntegerConstant
source · pub struct IntegerConstant {
pub value: i32,
}Fields§
§value: i32Trait Implementations§
source§impl Clone for IntegerConstant
impl Clone for IntegerConstant
source§fn clone(&self) -> IntegerConstant
fn clone(&self) -> IntegerConstant
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl RefUnwindSafe for IntegerConstant
impl Send for IntegerConstant
impl Sync for IntegerConstant
impl Unpin for IntegerConstant
impl UnwindSafe for IntegerConstant
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