#[repr(C)]pub struct CalculatorUtil_Type {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl CalculatorUtil_Type
impl CalculatorUtil_Type
pub fn none() -> Self
pub fn add() -> Self
pub fn sub() -> Self
pub fn mul() -> Self
pub fn div() -> Self
pub fn per() -> Self
pub fn or() -> Self
pub fn and() -> Self
pub fn xor() -> Self
pub fn l_shift() -> Self
pub fn r_shift() -> Self
pub fn equal() -> Self
pub fn nequal() -> Self
pub fn less() -> Self
pub fn lequal() -> Self
pub fn greater() -> Self
pub fn gequal() -> Self
pub fn assign() -> Self
pub fn or_assign() -> Self
pub fn and_assign() -> Self
pub fn xor_assign() -> Self
pub fn add_assign() -> Self
pub fn sub_assign() -> Self
pub fn mul_assign() -> Self
pub fn div_assign() -> Self
pub fn per_assign() -> Self
pub fn ls_assign() -> Self
pub fn rs_assign() -> Self
pub fn open() -> Self
pub fn close() -> Self
pub fn comma() -> Self
pub fn log_or() -> Self
pub fn log_and() -> Self
pub fn negative() -> Self
pub fn number() -> Self
pub fn variable() -> Self
pub fn function() -> Self
pub fn args() -> Self
pub fn string() -> Self
Trait Implementations§
Source§impl ClassIdentity for CalculatorUtil_Type
impl ClassIdentity for CalculatorUtil_Type
Source§impl Clone for CalculatorUtil_Type
impl Clone for CalculatorUtil_Type
Source§fn clone(&self) -> CalculatorUtil_Type
fn clone(&self) -> CalculatorUtil_Type
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CalculatorUtil_Type
impl Debug for CalculatorUtil_Type
Source§impl PartialEq for CalculatorUtil_Type
impl PartialEq for CalculatorUtil_Type
impl Copy for CalculatorUtil_Type
impl Eq for CalculatorUtil_Type
impl StructuralPartialEq for CalculatorUtil_Type
Auto Trait Implementations§
impl Freeze for CalculatorUtil_Type
impl RefUnwindSafe for CalculatorUtil_Type
impl Send for CalculatorUtil_Type
impl Sync for CalculatorUtil_Type
impl Unpin for CalculatorUtil_Type
impl UnwindSafe for CalculatorUtil_Type
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§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)