Enum simd_abstraction::ascii::AsciiCase
source · [−]#[repr(u8)]
pub enum AsciiCase {
Lower,
Upper,
}
Variants
Lower
Upper
Trait Implementations
impl Copy for AsciiCase
impl Eq for AsciiCase
impl StructuralEq for AsciiCase
impl StructuralPartialEq for AsciiCase
Auto Trait Implementations
impl RefUnwindSafe for AsciiCase
impl Send for AsciiCase
impl Sync for AsciiCase
impl Unpin for AsciiCase
impl UnwindSafe for AsciiCase
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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