pub struct PartialSystemInfo {
pub system_address: u64,
pub star_name: String,
}Expand description
Helper struct which contains the very minimum displayable information for a system.
Fields§
§system_address: u64§star_name: StringTrait Implementations§
Source§impl Clone for PartialSystemInfo
impl Clone for PartialSystemInfo
Source§fn clone(&self) -> PartialSystemInfo
fn clone(&self) -> PartialSystemInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PartialSystemInfo
impl Debug for PartialSystemInfo
Source§impl Default for PartialSystemInfo
impl Default for PartialSystemInfo
Source§fn default() -> PartialSystemInfo
fn default() -> PartialSystemInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PartialSystemInfo
impl RefUnwindSafe for PartialSystemInfo
impl Send for PartialSystemInfo
impl Sync for PartialSystemInfo
impl Unpin for PartialSystemInfo
impl UnsafeUnpin 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