pub struct FerroFormatter;Expand description
FerroBabe’s compact formatter for bytecode-oriented inspection.
The formatter preserves instruction order and prints bytecode offsets, raw descriptors, constant-pool references, branch destinations, and exception-handler ranges. It does not reconstruct source-level control flow.
Trait Implementations§
Source§impl Clone for FerroFormatter
impl Clone for FerroFormatter
Source§fn clone(&self) -> FerroFormatter
fn clone(&self) -> FerroFormatter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FerroFormatter
Source§impl Debug for FerroFormatter
impl Debug for FerroFormatter
Source§impl Default for FerroFormatter
impl Default for FerroFormatter
Source§fn default() -> FerroFormatter
fn default() -> FerroFormatter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FerroFormatter
impl RefUnwindSafe for FerroFormatter
impl Send for FerroFormatter
impl Sync for FerroFormatter
impl Unpin for FerroFormatter
impl UnsafeUnpin for FerroFormatter
impl UnwindSafe for FerroFormatter
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