pub struct DynPinId {
pub group: DynGroup,
pub num: u8,
}
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 Freeze for DynPinId
impl RefUnwindSafe for DynPinId
impl Send for DynPinId
impl Sync for DynPinId
impl Unpin for DynPinId
impl UnwindSafe for DynPinId
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