pub struct ScreenOutput(pub bool);Expand description
Messages to screen switch. https://www.ibm.com/docs/en/icos/12.9.0?topic=parameters-messages-screen-switch
Tuple Fields§
§0: boolTrait Implementations§
Source§impl Clone for ScreenOutput
impl Clone for ScreenOutput
Source§fn clone(&self) -> ScreenOutput
fn clone(&self) -> ScreenOutput
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 moreSource§impl Debug for ScreenOutput
impl Debug for ScreenOutput
Source§impl Parameter for ScreenOutput
impl Parameter for ScreenOutput
impl Copy for ScreenOutput
Auto Trait Implementations§
impl Freeze for ScreenOutput
impl RefUnwindSafe for ScreenOutput
impl Send for ScreenOutput
impl Sync for ScreenOutput
impl Unpin for ScreenOutput
impl UnwindSafe for ScreenOutput
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