Enum Assel
#[repr(u8)]pub enum Assel {
Pll1P = 0,
Pll1Q = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Assel
impl Eq for Assel
§impl Ord for Assel
impl Ord for Assel
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
§impl PartialOrd for Assel
impl PartialOrd for Assel
impl StructuralPartialEq for Assel
Auto Trait Implementations§
impl Freeze for Assel
impl RefUnwindSafe for Assel
impl Send for Assel
impl Sync for Assel
impl Unpin for Assel
impl UnsafeUnpin for Assel
impl UnwindSafe for Assel
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