pub struct PartialSystemInfo {
pub system_address: u64,
pub star_name: String,
}
Fields§
§system_address: u64
§star_name: String
Trait Implementations§
Source§impl Debug for PartialSystemInfo
impl Debug for PartialSystemInfo
Auto Trait Implementations§
impl Freeze for PartialSystemInfo
impl RefUnwindSafe for PartialSystemInfo
impl Send for PartialSystemInfo
impl Sync for PartialSystemInfo
impl Unpin for PartialSystemInfo
impl UnwindSafe for PartialSystemInfo
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