Struct zx_types::x86_power_limit
source · #[repr(C)]pub struct x86_power_limit { /* private fields */ }
Trait Implementations§
source§impl Clone for x86_power_limit
impl Clone for x86_power_limit
source§fn clone(&self) -> x86_power_limit
fn clone(&self) -> x86_power_limit
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 x86_power_limit
impl Debug for x86_power_limit
source§impl Default for x86_power_limit
impl Default for x86_power_limit
source§fn default() -> x86_power_limit
fn default() -> x86_power_limit
Returns the “default value” for a type. Read more
source§impl PartialEq for x86_power_limit
impl PartialEq for x86_power_limit
source§fn eq(&self, other: &x86_power_limit) -> bool
fn eq(&self, other: &x86_power_limit) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for x86_power_limit
impl StructuralPartialEq for x86_power_limit
Auto Trait Implementations§
impl Freeze for x86_power_limit
impl RefUnwindSafe for x86_power_limit
impl Send for x86_power_limit
impl Sync for x86_power_limit
impl Unpin for x86_power_limit
impl UnwindSafe for x86_power_limit
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)