pub struct LoadResult {
pub root_key: KeyNode,
pub relative_base: String,
pub architecture: Architecture,
}Fields§
§root_key: KeyNode§relative_base: String§architecture: ArchitectureTrait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for LoadResult
impl !Send for LoadResult
impl !Sync for LoadResult
impl !UnwindSafe for LoadResult
impl Freeze for LoadResult
impl Unpin for LoadResult
impl UnsafeUnpin for LoadResult
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