pub struct PdoEntryPos(/* private fields */);Expand description
PDO Entry Position
Implementations§
Source§impl PdoEntryPos
impl PdoEntryPos
pub const fn new(p: u8) -> PdoEntryPos
Trait Implementations§
Source§impl Clone for PdoEntryPos
impl Clone for PdoEntryPos
Source§fn clone(&self) -> PdoEntryPos
fn clone(&self) -> PdoEntryPos
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PdoEntryPos
impl Debug for PdoEntryPos
Source§impl From<u8> for PdoEntryPos
impl From<u8> for PdoEntryPos
Source§fn from(pos: u8) -> PdoEntryPos
fn from(pos: u8) -> PdoEntryPos
Converts to this type from the input type.
Source§impl Hash for PdoEntryPos
impl Hash for PdoEntryPos
Source§impl Ord for PdoEntryPos
impl Ord for PdoEntryPos
Source§fn cmp(&self, other: &PdoEntryPos) -> Ordering
fn cmp(&self, other: &PdoEntryPos) -> Ordering
1.21.0 · 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
Source§impl PartialEq for PdoEntryPos
impl PartialEq for PdoEntryPos
Source§impl PartialOrd for PdoEntryPos
impl PartialOrd for PdoEntryPos
impl Copy for PdoEntryPos
impl Eq for PdoEntryPos
impl StructuralPartialEq for PdoEntryPos
Auto Trait Implementations§
impl Freeze for PdoEntryPos
impl RefUnwindSafe for PdoEntryPos
impl Send for PdoEntryPos
impl Sync for PdoEntryPos
impl Unpin for PdoEntryPos
impl UnwindSafe for PdoEntryPos
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