pub struct OutOfBounds {
pub max_address: u64,
pub attempted_read_address: u64,
}Fields§
§max_address: u64§attempted_read_address: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for OutOfBounds
impl RefUnwindSafe for OutOfBounds
impl Send for OutOfBounds
impl Sync for OutOfBounds
impl Unpin for OutOfBounds
impl UnwindSafe for OutOfBounds
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