pub struct IntegerConstant {
pub value: u32,
}Expand description
An integer constant
Fields§
§value: u32Trait Implementations§
Source§impl Debug for IntegerConstant
impl Debug for IntegerConstant
Source§impl Display for IntegerConstant
impl Display for IntegerConstant
Source§impl From<IntegerConstant> for Expression
impl From<IntegerConstant> for Expression
Source§fn from(expr: IntegerConstant) -> Expression
fn from(expr: IntegerConstant) -> Expression
Converts to this type from the input type.
Source§impl PartialEq for IntegerConstant
impl PartialEq for IntegerConstant
impl Eq for IntegerConstant
impl StructuralPartialEq for IntegerConstant
Auto 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