#[repr(C)]pub struct VexInvalRange {
pub start: HWord,
pub len: HWord,
}
Fields§
§start: HWord
§len: HWord
Trait Implementations§
Source§impl Clone for VexInvalRange
impl Clone for VexInvalRange
Source§impl Default for VexInvalRange
impl Default for VexInvalRange
impl Copy for VexInvalRange
Auto Trait Implementations§
impl Freeze for VexInvalRange
impl RefUnwindSafe for VexInvalRange
impl Send for VexInvalRange
impl Sync for VexInvalRange
impl Unpin for VexInvalRange
impl UnwindSafe for VexInvalRange
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