pub struct Rite<'a> {
pub binary_header: RiteBinaryHeader,
pub irep_header: SectionIrepHeader,
pub irep: Vec<Irep<'a>>,
pub lvar: Option<LVar>,
}Fields§
§binary_header: RiteBinaryHeader§irep_header: SectionIrepHeader§irep: Vec<Irep<'a>>§lvar: Option<LVar>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Rite<'a>
impl<'a> RefUnwindSafe for Rite<'a>
impl<'a> Send for Rite<'a>
impl<'a> Sync for Rite<'a>
impl<'a> Unpin for Rite<'a>
impl<'a> UnwindSafe for Rite<'a>
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