pub struct NullSink;Trait Implementations§
Source§impl<T> DescriptionSink<T> for NullSink
impl<T> DescriptionSink<T> for NullSink
Source§fn record(&mut self, _start: u32, _end: u32, _description: T)
fn record(&mut self, _start: u32, _end: u32, _description: T)
inform this
DescriptionSink of a description that was informed by bits start to
end from the start of an instruction’s decoding. start and end are only relative the
instruction being decoded when this sink DescriptionSink provided, so they will have no
relation to the position in an underlying data stream used for past or future instructions.Auto Trait Implementations§
impl Freeze for NullSink
impl RefUnwindSafe for NullSink
impl Send for NullSink
impl Sync for NullSink
impl Unpin for NullSink
impl UnwindSafe for NullSink
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