Expand description
Value-level struct
representing pin IDs
Fields
group: DynGroup
num: u8
Trait Implementations
impl Copy for DynPinId
impl StructuralPartialEq for DynPinId
Auto Trait Implementations
impl RefUnwindSafe for DynPinId
impl Send for DynPinId
impl Sync for DynPinId
impl Unpin for DynPinId
impl UnwindSafe for DynPinId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more