pub struct DeckId(pub u8);Expand description
Deck identifier (0-3 for a 4-deck mixer).
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
impl Copy for DeckId
Source§impl<'de> Deserialize<'de> for DeckId
impl<'de> Deserialize<'de> for DeckId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for DeckId
impl StructuralPartialEq for DeckId
Auto Trait Implementations§
impl Freeze for DeckId
impl RefUnwindSafe for DeckId
impl Send for DeckId
impl Sync for DeckId
impl Unpin for DeckId
impl UnsafeUnpin for DeckId
impl UnwindSafe for DeckId
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