pub struct PerDeviceDutyCycle { /* private fields */ }Expand description
A structure containing per device overall duty cycle consumed (up to the suspend limit).
Implementations§
Source§impl PerDeviceDutyCycle
impl PerDeviceDutyCycle
Trait Implementations§
Source§impl Clone for PerDeviceDutyCycle
impl Clone for PerDeviceDutyCycle
Source§fn clone(&self) -> PerDeviceDutyCycle
fn clone(&self) -> PerDeviceDutyCycle
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 moreimpl Copy for PerDeviceDutyCycle
Source§impl Debug for PerDeviceDutyCycle
impl Debug for PerDeviceDutyCycle
impl Eq for PerDeviceDutyCycle
Source§impl FromLeStream for PerDeviceDutyCycle
impl FromLeStream for PerDeviceDutyCycle
Source§fn from_le_stream<__LeStreamBytesIterator>(
bytes: __LeStreamBytesIterator,
) -> Option<Self>
fn from_le_stream<__LeStreamBytesIterator>( bytes: __LeStreamBytesIterator, ) -> Option<Self>
Parses a value from the front of a little-endian byte stream. Read more
Source§impl Hash for PerDeviceDutyCycle
impl Hash for PerDeviceDutyCycle
Source§impl PartialEq for PerDeviceDutyCycle
impl PartialEq for PerDeviceDutyCycle
impl StructuralPartialEq for PerDeviceDutyCycle
Source§impl ToLeStream for PerDeviceDutyCycle
impl ToLeStream for PerDeviceDutyCycle
Source§type Iter = Chain<<u16 as ToLeStream>::Iter, <u16 as ToLeStream>::Iter>
type Iter = Chain<<u16 as ToLeStream>::Iter, <u16 as ToLeStream>::Iter>
Iterator returned by
to_le_stream.Source§fn to_le_stream(self) -> <Self as ToLeStream>::Iter
fn to_le_stream(self) -> <Self as ToLeStream>::Iter
Returns an iterator over the little-endian byte representation. Read more
Auto Trait Implementations§
impl Freeze for PerDeviceDutyCycle
impl RefUnwindSafe for PerDeviceDutyCycle
impl Send for PerDeviceDutyCycle
impl Sync for PerDeviceDutyCycle
impl Unpin for PerDeviceDutyCycle
impl UnsafeUnpin for PerDeviceDutyCycle
impl UnwindSafe for PerDeviceDutyCycle
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