#[repr(C)]pub struct RoundValue {
pub m_min: i32,
pub m_max: i32,
pub m_value: i32,
}Expand description
Fields§
§m_min: i32§m_max: i32§m_value: i32Implementations§
Source§impl RoundValue
impl RoundValue
Sourcepub fn op_implicit(value: impl Into<RoundValue>) -> i32
pub fn op_implicit(value: impl Into<RoundValue>) -> i32
op_Implicit(crate::app::roundvalue::RoundValue) overload
Source§impl RoundValue
impl RoundValue
Source§impl RoundValue
impl RoundValue
pub fn ctor_method_info() -> &'static MethodInfo
pub fn ctor_2_method_info() -> &'static MethodInfo
pub fn ctor_3_method_info() -> &'static MethodInfo
pub fn dispose_method_info() -> &'static MethodInfo
pub fn inc_method_info() -> &'static MethodInfo
pub fn dec_method_info() -> &'static MethodInfo
pub fn add_method_info() -> &'static MethodInfo
pub fn sub_method_info() -> &'static MethodInfo
pub fn get_value_method_info() -> &'static MethodInfo
pub fn get_min_method_info() -> &'static MethodInfo
pub fn get_max_method_info() -> &'static MethodInfo
pub fn op_implicit_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for RoundValue
impl ClassIdentity for RoundValue
Source§impl Clone for RoundValue
impl Clone for RoundValue
Source§fn clone(&self) -> RoundValue
fn clone(&self) -> RoundValue
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 moreimpl Copy for RoundValue
Auto Trait Implementations§
impl Freeze for RoundValue
impl RefUnwindSafe for RoundValue
impl Send for RoundValue
impl Sync for RoundValue
impl Unpin for RoundValue
impl UnwindSafe for RoundValue
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)