pub enum PinGroup {
Group1,
Group2,
}
Expand description
XPI pin group
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PinGroup
impl RefUnwindSafe for PinGroup
impl Send for PinGroup
impl Sync for PinGroup
impl Unpin for PinGroup
impl UnwindSafe for PinGroup
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