#[repr(C)]pub struct OpaqueSortMode {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl OpaqueSortMode
impl OpaqueSortMode
pub fn default() -> Self
pub fn front_to_back() -> Self
pub fn no_distance_sort() -> Self
Trait Implementations§
Source§impl ClassIdentity for OpaqueSortMode
impl ClassIdentity for OpaqueSortMode
Source§impl Clone for OpaqueSortMode
impl Clone for OpaqueSortMode
Source§fn clone(&self) -> OpaqueSortMode
fn clone(&self) -> OpaqueSortMode
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 OpaqueSortMode
impl Debug for OpaqueSortMode
Source§impl PartialEq for OpaqueSortMode
impl PartialEq for OpaqueSortMode
impl Copy for OpaqueSortMode
impl Eq for OpaqueSortMode
impl StructuralPartialEq for OpaqueSortMode
Auto Trait Implementations§
impl Freeze for OpaqueSortMode
impl RefUnwindSafe for OpaqueSortMode
impl Send for OpaqueSortMode
impl Sync for OpaqueSortMode
impl Unpin for OpaqueSortMode
impl UnwindSafe for OpaqueSortMode
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)