#[repr(C)]pub struct DkCinfo {Show 13 fields
pub dki_cname: [c_char; 16],
pub dki_ctype: UShortT,
pub dki_flags: UShortT,
pub dki_cnum: UShortT,
pub dki_addr: UIntT,
pub dki_space: UIntT,
pub dki_prio: UIntT,
pub dki_vec: UIntT,
pub dki_dname: [c_char; 16],
pub dki_unit: UIntT,
pub dki_slave: UIntT,
pub dki_partition: UShortT,
pub dki_maxtransfer: UShortT,
}
Fields§
§dki_cname: [c_char; 16]
§dki_ctype: UShortT
§dki_flags: UShortT
§dki_cnum: UShortT
§dki_addr: UIntT
§dki_space: UIntT
§dki_prio: UIntT
§dki_vec: UIntT
§dki_dname: [c_char; 16]
§dki_unit: UIntT
§dki_slave: UIntT
§dki_partition: UShortT
§dki_maxtransfer: UShortT
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DkCinfo
impl RefUnwindSafe for DkCinfo
impl Send for DkCinfo
impl Sync for DkCinfo
impl Unpin for DkCinfo
impl UnwindSafe for DkCinfo
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