#[repr(C)]pub struct SHTypeInfo_Details_Integers {
pub min: i64,
pub max: i64,
pub valid: SHBool,
}
Fields§
§min: i64
§max: i64
§valid: SHBool
Trait Implementations§
Source§impl Clone for SHTypeInfo_Details_Integers
impl Clone for SHTypeInfo_Details_Integers
Source§fn clone(&self) -> SHTypeInfo_Details_Integers
fn clone(&self) -> SHTypeInfo_Details_Integers
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 moreSource§impl Debug for SHTypeInfo_Details_Integers
impl Debug for SHTypeInfo_Details_Integers
Source§impl Default for SHTypeInfo_Details_Integers
impl Default for SHTypeInfo_Details_Integers
Source§fn default() -> SHTypeInfo_Details_Integers
fn default() -> SHTypeInfo_Details_Integers
Returns the “default value” for a type. Read more
impl Copy for SHTypeInfo_Details_Integers
Auto Trait Implementations§
impl Freeze for SHTypeInfo_Details_Integers
impl RefUnwindSafe for SHTypeInfo_Details_Integers
impl Send for SHTypeInfo_Details_Integers
impl Sync for SHTypeInfo_Details_Integers
impl Unpin for SHTypeInfo_Details_Integers
impl UnwindSafe for SHTypeInfo_Details_Integers
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