pub struct Cmd8 {
pub val: u16,
}Fields§
§val: u16Implementations§
Source§impl Cmd8
impl Cmd8
pub fn set_cmd8_pattern(&mut self, pattern: bool) -> &mut Self
pub fn cmd8_pattern(&self) -> bool
pub fn set_high_voltage(&mut self, high_voltage: bool) -> &mut Self
pub fn high_voltage(&self) -> bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cmd8
impl RefUnwindSafe for Cmd8
impl Send for Cmd8
impl Sync for Cmd8
impl Unpin for Cmd8
impl UnsafeUnpin for Cmd8
impl UnwindSafe for Cmd8
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