pub enum InputCaptureSelection {
Normal,
Alternate,
TRC,
}Expand description
Input TI selection.
Variants§
Trait Implementations§
Source§impl Clone for InputCaptureSelection
impl Clone for InputCaptureSelection
Source§fn clone(&self) -> InputCaptureSelection
fn clone(&self) -> InputCaptureSelection
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 Format for InputCaptureSelection
impl Format for InputCaptureSelection
Source§impl From<InputCaptureSelection> for CcmrInputCcs
impl From<InputCaptureSelection> for CcmrInputCcs
Source§fn from(tisel: InputCaptureSelection) -> Self
fn from(tisel: InputCaptureSelection) -> Self
Converts to this type from the input type.
impl Copy for InputCaptureSelection
Auto Trait Implementations§
impl Freeze for InputCaptureSelection
impl RefUnwindSafe for InputCaptureSelection
impl Send for InputCaptureSelection
impl Sync for InputCaptureSelection
impl Unpin for InputCaptureSelection
impl UnwindSafe for InputCaptureSelection
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToMutAligned for Twhere
T: ?Sized,
impl<T> ToMutAligned for Twhere
T: ?Sized,
Source§fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
Create a type-checked aligned value from a value that is aligned.