#[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
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§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
)