#[repr(C)]pub struct VexInvalRange {
pub start: HWord,
pub len: HWord,
}Fields§
§start: HWord§len: HWordTrait Implementations§
Source§impl Clone for VexInvalRange
impl Clone for VexInvalRange
Source§fn clone(&self) -> VexInvalRange
fn clone(&self) -> VexInvalRange
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VexInvalRange
impl Debug 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