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