pub struct SetLowEnergy(/* private fields */);
Expand description
Set Low Energy Command
Implementations§
Trait Implementations§
Source§impl AsMut<bool> for SetLowEnergy
impl AsMut<bool> for SetLowEnergy
Source§impl AsRef<bool> for SetLowEnergy
impl AsRef<bool> for SetLowEnergy
Source§impl CommandRequest for SetLowEnergy
impl CommandRequest for SetLowEnergy
Source§const CODE: CommandCode = CommandCode::SetLowEnergy
const CODE: CommandCode = CommandCode::SetLowEnergy
Command code.
Source§type Reply = SetLowEnergyReply
type Reply = SetLowEnergyReply
Return type for this command.
Source§impl Debug for SetLowEnergy
impl Debug for SetLowEnergy
Source§impl Deref for SetLowEnergy
impl Deref for SetLowEnergy
Source§impl DerefMut for SetLowEnergy
impl DerefMut for SetLowEnergy
Source§impl From<SetLowEnergy> for Command
impl From<SetLowEnergy> for Command
Source§fn from(v: SetLowEnergy) -> Self
fn from(v: SetLowEnergy) -> Self
Converts to this type from the input type.
Source§impl From<bool> for SetLowEnergy
impl From<bool> for SetLowEnergy
Auto Trait Implementations§
impl Freeze for SetLowEnergy
impl RefUnwindSafe for SetLowEnergy
impl Send for SetLowEnergy
impl Sync for SetLowEnergy
impl Unpin for SetLowEnergy
impl UnwindSafe for SetLowEnergy
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