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