#[repr(transparent)]pub struct Pselp(pub u32);
Expand description
Description cluster: Input positive pin selection for CH[n]
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Pselp
impl Eq for Pselp
impl StructuralPartialEq for Pselp
Auto Trait Implementations§
impl Freeze for Pselp
impl RefUnwindSafe for Pselp
impl Send for Pselp
impl Sync for Pselp
impl Unpin for Pselp
impl UnwindSafe for Pselp
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)