Struct OpfccrAi
#[repr(transparent)]pub struct OpfccrAi(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl OpfccrAi
impl OpfccrAi
pub const REGULARALPHA: Self
pub const REGULARALPHA: Self
Regular alpha
pub const INVERTEDALPHA: Self
pub const INVERTEDALPHA: Self
Inverted alpha
Trait Implementations§
§impl Ord for OpfccrAi
impl Ord for OpfccrAi
§impl PartialOrd for OpfccrAi
impl PartialOrd for OpfccrAi
impl Copy for OpfccrAi
impl Eq for OpfccrAi
impl StructuralPartialEq for OpfccrAi
Auto Trait Implementations§
impl Freeze for OpfccrAi
impl RefUnwindSafe for OpfccrAi
impl Send for OpfccrAi
impl Sync for OpfccrAi
impl Unpin for OpfccrAi
impl UnwindSafe for OpfccrAi
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