pub struct PioSize(pub u16);Expand description
Size of Port I/O range/request.
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
Source§impl Ord for PioSize
impl Ord for PioSize
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
Source§impl PartialOrd for PioSize
impl PartialOrd for PioSize
impl Copy for PioSize
impl Eq for PioSize
impl StructuralPartialEq for PioSize
Auto Trait Implementations§
impl Freeze for PioSize
impl RefUnwindSafe for PioSize
impl Send for PioSize
impl Sync for PioSize
impl Unpin for PioSize
impl UnsafeUnpin for PioSize
impl UnwindSafe for PioSize
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