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