pub struct ShellOptOutputSrc(pub ShellPhysOutSrc);Expand description
Source for optical output interface.
Tuple Fields§
§0: ShellPhysOutSrcTrait Implementations§
source§impl Clone for ShellOptOutputSrc
impl Clone for ShellOptOutputSrc
source§fn clone(&self) -> ShellOptOutputSrc
fn clone(&self) -> ShellOptOutputSrc
Returns a copy 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 ShellOptOutputSrc
impl Debug for ShellOptOutputSrc
source§impl Default for ShellOptOutputSrc
impl Default for ShellOptOutputSrc
source§fn default() -> ShellOptOutputSrc
fn default() -> ShellOptOutputSrc
Returns the “default value” for a type. Read more
source§impl PartialEq for ShellOptOutputSrc
impl PartialEq for ShellOptOutputSrc
source§fn eq(&self, other: &ShellOptOutputSrc) -> bool
fn eq(&self, other: &ShellOptOutputSrc) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ShellOptOutputSrc
impl Eq for ShellOptOutputSrc
impl StructuralEq for ShellOptOutputSrc
impl StructuralPartialEq for ShellOptOutputSrc
Auto Trait Implementations§
impl RefUnwindSafe for ShellOptOutputSrc
impl Send for ShellOptOutputSrc
impl Sync for ShellOptOutputSrc
impl Unpin for ShellOptOutputSrc
impl UnwindSafe for ShellOptOutputSrc
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