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