Struct CardFileInfoToRead
#[repr(C)]pub struct CardFileInfoToRead {
pub app_info: AppIdInfo,
pub file_access: CardFileAccessInfo,
}Expand description
Request message.
Reads data to a specific file on a specified application on the card. The type of file is determined by the record number field, which indicates a transparent file when zero and a record-based file otherwise.
Fields§
§app_info: AppIdInfoApplication identification information.
file_access: CardFileAccessInfoFile access information.
Auto Trait Implementations§
impl Freeze for CardFileInfoToRead
impl RefUnwindSafe for CardFileInfoToRead
impl Send for CardFileInfoToRead
impl Sync for CardFileInfoToRead
impl Unpin for CardFileInfoToRead
impl UnwindSafe for CardFileInfoToRead
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