#[repr(transparent)]pub struct Sort {
pub repr: u8,
}Expand description
Enum to determine what will be sorted.
Fields
repr: u8Implementations
Trait Implementations
sourceimpl ExternType for Sort
impl ExternType for Sort
type Kind = Trivial
type Kind = Trivial
Either cxx::kind::Opaque or cxx::kind::Trivial. Read more
sourceimpl PartialEq<Sort> for Sort
impl PartialEq<Sort> for Sort
impl Copy for Sort
impl Eq for Sort
impl StructuralEq for Sort
impl StructuralPartialEq for Sort
Auto Trait Implementations
impl RefUnwindSafe for Sort
impl Send for Sort
impl Sync for Sort
impl Unpin for Sort
impl UnwindSafe for Sort
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more