pub struct IntegerConstant {
pub value: i32,
}
Fields§
§value: i32
Trait 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 Freeze for IntegerConstant
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