#[repr(u64)]enum CharBits {
Alt = 4_194_304,
Super = 8_388_608,
Hyper = 16_777_216,
Shift = 33_554_432,
Ctl = 67_108_864,
Meta = 134_217_728,
}
Variants§
Alt = 4_194_304
Super = 8_388_608
Hyper = 16_777_216
Shift = 33_554_432
Ctl = 67_108_864
Meta = 134_217_728
Auto Trait Implementations§
impl Freeze for CharBits
impl RefUnwindSafe for CharBits
impl Send for CharBits
impl Sync for CharBits
impl Unpin for CharBits
impl UnwindSafe for CharBits
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