#[repr(C)]pub struct gaiaAttributeFieldIntRangeInfos {
pub MinValue: sqlite3_int64,
pub MaxValue: sqlite3_int64,
}Expand description
Attribute/Field Integer range infos
Fields§
§MinValue: sqlite3_int64Minimum value
MaxValue: sqlite3_int64Maximum value
Trait Implementations§
Source§impl Clone for gaiaAttributeFieldIntRangeInfos
impl Clone for gaiaAttributeFieldIntRangeInfos
Source§fn clone(&self) -> gaiaAttributeFieldIntRangeInfos
fn clone(&self) -> gaiaAttributeFieldIntRangeInfos
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 moreimpl Copy for gaiaAttributeFieldIntRangeInfos
Auto Trait Implementations§
impl Freeze for gaiaAttributeFieldIntRangeInfos
impl RefUnwindSafe for gaiaAttributeFieldIntRangeInfos
impl Send for gaiaAttributeFieldIntRangeInfos
impl Sync for gaiaAttributeFieldIntRangeInfos
impl Unpin for gaiaAttributeFieldIntRangeInfos
impl UnwindSafe for gaiaAttributeFieldIntRangeInfos
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