pub struct ShellOptOutputSrc(pub ShellPhysOutSrc);
Expand description
Source for optical output interface.
Tuple Fields§
§0: ShellPhysOutSrc
Trait Implementations§
Source§impl Clone for ShellOptOutputSrc
impl Clone for ShellOptOutputSrc
Source§fn clone(&self) -> ShellOptOutputSrc
fn clone(&self) -> ShellOptOutputSrc
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 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
impl Copy for ShellOptOutputSrc
impl Eq for ShellOptOutputSrc
impl StructuralPartialEq for ShellOptOutputSrc
Auto Trait Implementations§
impl Freeze for ShellOptOutputSrc
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