Struct aws_sdk_devicefarm::model::Cpu
source · [−]#[non_exhaustive]pub struct Cpu { /* private fields */ }Expand description
Represents the amount of CPU that an app is using on a physical device. Does not represent system-wide CPU usage.
Implementations
Trait Implementations
impl StructuralPartialEq for Cpu
Auto Trait Implementations
impl RefUnwindSafe for Cpu
impl Send for Cpu
impl Sync for Cpu
impl Unpin for Cpu
impl UnwindSafe for Cpu
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more