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