Struct Pcsel
#[repr(transparent)]pub struct Pcsel(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl Pcsel
impl Pcsel
pub const NOTPRESELECTED: Self
pub const NOTPRESELECTED: Self
Input channel x is not pre-selected
pub const PRESELECTED: Self
pub const PRESELECTED: Self
Pre-select input channel x
Trait Implementations§
§impl Ord for Pcsel
impl Ord for Pcsel
§impl PartialOrd for Pcsel
impl PartialOrd for Pcsel
impl Copy for Pcsel
impl Eq for Pcsel
impl StructuralPartialEq for Pcsel
Auto Trait Implementations§
impl Freeze for Pcsel
impl RefUnwindSafe for Pcsel
impl Send for Pcsel
impl Sync for Pcsel
impl Unpin for Pcsel
impl UnwindSafe for Pcsel
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