#[repr(u8)]pub enum UPLO {
Upper = 85,
Lower = 76,
}Expand description
Upper/Lower specification for seveal usages
Variants§
Implementations§
Trait Implementations§
impl Copy for UPLO
impl Eq for UPLO
Source§impl Ord for UPLO
impl Ord for UPLO
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for UPLO
impl PartialOrd for UPLO
impl StructuralPartialEq for UPLO
Auto Trait Implementations§
impl Freeze for UPLO
impl RefUnwindSafe for UPLO
impl Send for UPLO
impl Sync for UPLO
impl Unpin for UPLO
impl UnsafeUnpin for UPLO
impl UnwindSafe for UPLO
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