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