struct RawPinSlot {
side: PinSide,
offset: u32,
}Fields§
§side: PinSide§offset: u32Trait Implementations§
Source§impl<'de> Deserialize<'de> for RawPinSlot
impl<'de> Deserialize<'de> for RawPinSlot
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
Source§impl TryFrom<RawPinSlot> for PinSlot
impl TryFrom<RawPinSlot> for PinSlot
Source§type Error = OutOfExtent
type Error = OutOfExtent
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for RawPinSlot
impl RefUnwindSafe for RawPinSlot
impl Send for RawPinSlot
impl Sync for RawPinSlot
impl Unpin for RawPinSlot
impl UnsafeUnpin for RawPinSlot
impl UnwindSafe for RawPinSlot
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