pub struct PcoPhase(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
Source§impl PartialOrd for PcoPhase
impl PartialOrd for PcoPhase
impl Copy for PcoPhase
impl Eq for PcoPhase
impl StructuralPartialEq for PcoPhase
Auto Trait Implementations§
impl Freeze for PcoPhase
impl RefUnwindSafe for PcoPhase
impl Send for PcoPhase
impl Sync for PcoPhase
impl Unpin for PcoPhase
impl UnwindSafe for PcoPhase
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)