pub struct Ux(/* private fields */);
Expand description
Runtime defined pin number (type state)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ux
impl RefUnwindSafe for Ux
impl Send for Ux
impl Sync for Ux
impl Unpin for Ux
impl UnwindSafe for Ux
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