pub struct HintData {
    pub is_lsb: bool,
    pub is_64: Option<bool>,
}Expand description
Information obtained from a peek Hint
Fields§
§is_lsb: bool§is_64: Option<bool>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for HintData
impl Send for HintData
impl Sync for HintData
impl Unpin for HintData
impl UnwindSafe for HintData
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