pub struct IoRange { /* private fields */ }
Expand description
Structure representing an IO address range.
Trait Implementations§
Source§impl Ord for IoRange
impl Ord for IoRange
Source§impl PartialOrd for IoRange
impl PartialOrd for IoRange
impl Copy for IoRange
impl Eq for IoRange
Auto Trait Implementations§
impl Freeze for IoRange
impl RefUnwindSafe for IoRange
impl Send for IoRange
impl Sync for IoRange
impl Unpin for IoRange
impl UnwindSafe for IoRange
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