pub struct AssembledBlock { /* private fields */ }Implementations§
Source§impl AssembledBlock
impl AssembledBlock
pub fn address_of_label(&self, label: &str) -> Option<Address>
Auto Trait Implementations§
impl Freeze for AssembledBlock
impl RefUnwindSafe for AssembledBlock
impl Send for AssembledBlock
impl Sync for AssembledBlock
impl Unpin for AssembledBlock
impl UnwindSafe for AssembledBlock
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