#[repr(C)]pub struct ec_ioctl_config_idn_t {
pub config_index: u32,
pub idn_pos: u32,
pub drive_no: u8,
pub idn: u16,
pub state: ec_al_state_t,
pub size: usize,
pub data: [u8; 1024],
}Fields§
§config_index: u32§idn_pos: u32§drive_no: u8§idn: u16§state: ec_al_state_t§size: usize§data: [u8; 1024]Trait Implementations§
Source§impl Clone for ec_ioctl_config_idn_t
impl Clone for ec_ioctl_config_idn_t
Source§fn clone(&self) -> ec_ioctl_config_idn_t
fn clone(&self) -> ec_ioctl_config_idn_t
Returns a duplicate 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 Default for ec_ioctl_config_idn_t
impl Default for ec_ioctl_config_idn_t
impl Copy for ec_ioctl_config_idn_t
Auto Trait Implementations§
impl Freeze for ec_ioctl_config_idn_t
impl RefUnwindSafe for ec_ioctl_config_idn_t
impl Send for ec_ioctl_config_idn_t
impl Sync for ec_ioctl_config_idn_t
impl Unpin for ec_ioctl_config_idn_t
impl UnwindSafe for ec_ioctl_config_idn_t
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