pub struct ByteFinding {
pub offset: usize,
pub byte: u8,
pub description: String,
}Fields§
§offset: usize§byte: u8§description: StringAuto Trait Implementations§
impl Freeze for ByteFinding
impl RefUnwindSafe for ByteFinding
impl Send for ByteFinding
impl Sync for ByteFinding
impl Unpin for ByteFinding
impl UnwindSafe for ByteFinding
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