pub struct PinHandlerSet { /* private fields */ }
Expand description
A set of pins, indexed by the index returned by our global_index_for_pin
function in the PinIdentityGenerator
trait.
Auto Trait Implementations§
impl Freeze for PinHandlerSet
impl !RefUnwindSafe for PinHandlerSet
impl !Send for PinHandlerSet
impl !Sync for PinHandlerSet
impl Unpin for PinHandlerSet
impl !UnwindSafe for PinHandlerSet
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