#[repr(C)]pub struct IoProgVoltageData {
pub prog_voltage_mv: u32,
pub pin_on_dlc: u32,
}
Expand description
IOCTL programming voltage structure
Fields§
§prog_voltage_mv: u32
Programming voltage (mV)
pin_on_dlc: u32
Pin number on connector
Trait Implementations§
Source§impl Clone for IoProgVoltageData
impl Clone for IoProgVoltageData
Source§fn clone(&self) -> IoProgVoltageData
fn clone(&self) -> IoProgVoltageData
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IoProgVoltageData
impl Debug for IoProgVoltageData
Source§impl Ord for IoProgVoltageData
impl Ord for IoProgVoltageData
Source§fn cmp(&self, other: &IoProgVoltageData) -> Ordering
fn cmp(&self, other: &IoProgVoltageData) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IoProgVoltageData
impl PartialEq for IoProgVoltageData
Source§impl PartialOrd for IoProgVoltageData
impl PartialOrd for IoProgVoltageData
impl Copy for IoProgVoltageData
impl Eq for IoProgVoltageData
impl StructuralPartialEq for IoProgVoltageData
Auto Trait Implementations§
impl Freeze for IoProgVoltageData
impl RefUnwindSafe for IoProgVoltageData
impl Send for IoProgVoltageData
impl Sync for IoProgVoltageData
impl Unpin for IoProgVoltageData
impl UnwindSafe for IoProgVoltageData
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