pub struct U<const X: u8>;
Expand description
Compile time defined pin number (type state)
Trait Implementations§
Auto Trait Implementations§
impl<const X: u8> Freeze for U<X>
impl<const X: u8> RefUnwindSafe for U<X>
impl<const X: u8> Send for U<X>
impl<const X: u8> Sync for U<X>
impl<const X: u8> Unpin for U<X>
impl<const X: u8> UnwindSafe for U<X>
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