pub struct RantProgramInfo { /* private fields */ }
Expand description
Contains metadata used to identify a loaded program.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RantProgramInfo
impl RefUnwindSafe for RantProgramInfo
impl Send for RantProgramInfo
impl Sync for RantProgramInfo
impl Unpin for RantProgramInfo
impl UnwindSafe for RantProgramInfo
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