pub struct InputChannelMode(/* private fields */);Expand description
C++ enum: QProcess::InputChannelMode.
Implementations§
Source§impl InputChannelMode
impl InputChannelMode
Sourcepub const ManagedInputChannel: InputChannelMode
pub const ManagedInputChannel: InputChannelMode
C++ enum variant: ManagedInputChannel = 0
Sourcepub const ForwardedInputChannel: InputChannelMode
pub const ForwardedInputChannel: InputChannelMode
C++ enum variant: ForwardedInputChannel = 1
Trait Implementations§
Source§impl Clone for InputChannelMode
impl Clone for InputChannelMode
Source§fn clone(&self) -> InputChannelMode
fn clone(&self) -> InputChannelMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InputChannelMode
impl Debug for InputChannelMode
Source§impl From<InputChannelMode> for c_int
impl From<InputChannelMode> for c_int
Source§fn from(value: InputChannelMode) -> Self
fn from(value: InputChannelMode) -> Self
Converts to this type from the input type.
Source§impl From<i32> for InputChannelMode
impl From<i32> for InputChannelMode
Source§impl PartialEq for InputChannelMode
impl PartialEq for InputChannelMode
Source§fn eq(&self, other: &InputChannelMode) -> bool
fn eq(&self, other: &InputChannelMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for InputChannelMode
impl Eq for InputChannelMode
impl StructuralPartialEq for InputChannelMode
Auto Trait Implementations§
impl Freeze for InputChannelMode
impl RefUnwindSafe for InputChannelMode
impl Send for InputChannelMode
impl Sync for InputChannelMode
impl Unpin for InputChannelMode
impl UnsafeUnpin for InputChannelMode
impl UnwindSafe for InputChannelMode
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