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