#[repr(C)]pub struct PinData {
pub dlc_pin_number: u32,
pub dlc_pin_type_id: u32,
}
Expand description
Pin Data
Fields§
§dlc_pin_number: u32
Pin number on data connector
dlc_pin_type_id: u32
Pin ID
Trait Implementations§
Source§impl Ord for PinData
impl Ord for PinData
Source§impl PartialOrd for PinData
impl PartialOrd for PinData
impl Copy for PinData
impl Eq for PinData
impl StructuralPartialEq for PinData
Auto Trait Implementations§
impl Freeze for PinData
impl RefUnwindSafe for PinData
impl Send for PinData
impl Sync for PinData
impl Unpin for PinData
impl UnwindSafe for PinData
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