pub struct ModeSelectCommand<'a> { /* private fields */ }
Implementations§
Source§impl<'a> ModeSelectCommand<'a>
impl<'a> ModeSelectCommand<'a>
pub fn page_format(&mut self, value: bool) -> &mut Self
pub fn revert_to_defaults(&mut self, value: bool) -> &mut Self
pub fn saved_pages(&mut self, value: bool) -> &mut Self
pub fn control(&mut self, value: u8) -> &mut Self
pub fn parameter(&mut self, value: &[u8]) -> &mut Self
pub fn issue_6(&mut self) -> Result<()>
pub fn issue_10(&mut self) -> Result<()>
Trait Implementations§
Source§impl<'a> Clone for ModeSelectCommand<'a>
impl<'a> Clone for ModeSelectCommand<'a>
Source§fn clone(&self) -> ModeSelectCommand<'a>
fn clone(&self) -> ModeSelectCommand<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl<'a> Freeze for ModeSelectCommand<'a>
impl<'a> RefUnwindSafe for ModeSelectCommand<'a>
impl<'a> Send for ModeSelectCommand<'a>
impl<'a> Sync for ModeSelectCommand<'a>
impl<'a> Unpin for ModeSelectCommand<'a>
impl<'a> UnwindSafe for ModeSelectCommand<'a>
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