pub struct AndData { /* private fields */ }Expand description
Contextual data for the AND instruction
Implementations§
Auto Trait Implementations§
impl Freeze for AndData
impl RefUnwindSafe for AndData
impl Send for AndData
impl Sync for AndData
impl Unpin for AndData
impl UnwindSafe for AndData
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