#[repr(C)]pub struct CARDFileInfo {
pub chan: s32,
pub fileNo: s32,
pub offset: s32,
pub length: s32,
pub iBlock: u16_,
pub __padding: u16_,
}Fields§
§chan: s32§fileNo: s32§offset: s32§length: s32§iBlock: u16_§__padding: u16_Trait Implementations§
Source§impl Clone for CARDFileInfo
impl Clone for CARDFileInfo
Source§fn clone(&self) -> CARDFileInfo
fn clone(&self) -> CARDFileInfo
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 Debug for CARDFileInfo
impl Debug for CARDFileInfo
impl Copy for CARDFileInfo
Auto Trait Implementations§
impl Freeze for CARDFileInfo
impl RefUnwindSafe for CARDFileInfo
impl Send for CARDFileInfo
impl Sync for CARDFileInfo
impl Unpin for CARDFileInfo
impl UnsafeUnpin for CARDFileInfo
impl UnwindSafe for CARDFileInfo
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