#[repr(u8)]pub enum Prtlnsts {
_RESERVED_0 = 0,
PLUSD = 1,
MINUSD = 2,
_RESERVED_3 = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Prtlnsts
impl Ord for Prtlnsts
Source§impl PartialOrd for Prtlnsts
impl PartialOrd for Prtlnsts
impl Copy for Prtlnsts
impl Eq for Prtlnsts
impl StructuralPartialEq for Prtlnsts
Auto Trait Implementations§
impl Freeze for Prtlnsts
impl RefUnwindSafe for Prtlnsts
impl Send for Prtlnsts
impl Sync for Prtlnsts
impl Unpin for Prtlnsts
impl UnwindSafe for Prtlnsts
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)