pub struct AutoBoostClocks {
pub enabled: EnableState,
pub default_enabled: EnableState,
}Fields§
§enabled: EnableState§default_enabled: EnableStateTrait Implementations§
Source§impl Clone for AutoBoostClocks
impl Clone for AutoBoostClocks
Source§fn clone(&self) -> AutoBoostClocks
fn clone(&self) -> AutoBoostClocks
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 AutoBoostClocks
impl Debug for AutoBoostClocks
Source§impl Hash for AutoBoostClocks
impl Hash for AutoBoostClocks
Source§impl PartialEq for AutoBoostClocks
impl PartialEq for AutoBoostClocks
Source§fn eq(&self, other: &AutoBoostClocks) -> bool
fn eq(&self, other: &AutoBoostClocks) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AutoBoostClocks
impl Eq for AutoBoostClocks
impl StructuralPartialEq for AutoBoostClocks
Auto Trait Implementations§
impl Freeze for AutoBoostClocks
impl RefUnwindSafe for AutoBoostClocks
impl Send for AutoBoostClocks
impl Sync for AutoBoostClocks
impl Unpin for AutoBoostClocks
impl UnsafeUnpin for AutoBoostClocks
impl UnwindSafe for AutoBoostClocks
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