pub struct PDS { /* private fields */ }Expand description
Sleep control (Power Down Sleep)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PDS
impl RefUnwindSafe for PDS
impl !Sync for PDS
impl Unpin for PDS
impl UnwindSafe for PDS
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