pub struct MonitorPageGpas {
pub parent_to_child: u64,
pub child_to_parent: u64,
}
Fields§
§parent_to_child: u64
§child_to_parent: u64
Trait Implementations§
Source§impl Clone for MonitorPageGpas
impl Clone for MonitorPageGpas
Source§fn clone(&self) -> MonitorPageGpas
fn clone(&self) -> MonitorPageGpas
Returns a copy of the value. Read more
1.0.0 · 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 MonitorPageGpas
impl Debug for MonitorPageGpas
Source§impl Default for MonitorPageGpas
impl Default for MonitorPageGpas
Source§fn default() -> MonitorPageGpas
fn default() -> MonitorPageGpas
Returns the “default value” for a type. Read more
Source§impl Inspect for MonitorPageGpas
impl Inspect for MonitorPageGpas
Source§impl PartialEq for MonitorPageGpas
impl PartialEq for MonitorPageGpas
impl Copy for MonitorPageGpas
impl Eq for MonitorPageGpas
impl StructuralPartialEq for MonitorPageGpas
Auto Trait Implementations§
impl Freeze for MonitorPageGpas
impl RefUnwindSafe for MonitorPageGpas
impl Send for MonitorPageGpas
impl Sync for MonitorPageGpas
impl Unpin for MonitorPageGpas
impl UnwindSafe for MonitorPageGpas
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