Enum ym_file_parser::flags::FxChannel
source · #[repr(u8)]pub enum FxChannel {
Idle,
RunOnA,
RunOnB,
RunOnC,
}
Variants§
Trait Implementations§
source§impl From<FxCtrlFlags> for FxChannel
impl From<FxCtrlFlags> for FxChannel
source§fn from(flags: FxCtrlFlags) -> Self
fn from(flags: FxCtrlFlags) -> Self
Converts to this type from the input type.
source§impl PartialEq<FxChannel> for FxChannel
impl PartialEq<FxChannel> for FxChannel
impl Copy for FxChannel
impl Eq for FxChannel
impl StructuralEq for FxChannel
impl StructuralPartialEq for FxChannel
Auto Trait Implementations§
impl RefUnwindSafe for FxChannel
impl Send for FxChannel
impl Sync for FxChannel
impl Unpin for FxChannel
impl UnwindSafe for FxChannel
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