pub struct CodeRange {
pub width: u32,
pub start: u32,
pub end: u32,
}
Fields§
§width: u32
§start: u32
§end: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CodeRange
impl RefUnwindSafe for CodeRange
impl Send for CodeRange
impl Sync for CodeRange
impl Unpin for CodeRange
impl UnwindSafe for CodeRange
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