#[repr(C)]pub struct fileData_C {
pub Type: c_int,
pub segmentsNbr: c_int,
pub segments: *mut segmentData_C,
}
Expand description
\struct FileData_C \brief Get file required informations.
Fields§
§Type: c_int
< File extension type.
segmentsNbr: c_int
< Number of required segments.
segments: *mut segmentData_C
< Segments description.
Trait Implementations§
Source§impl Clone for fileData_C
impl Clone for fileData_C
Source§fn clone(&self) -> fileData_C
fn clone(&self) -> fileData_C
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 fileData_C
impl Debug for fileData_C
impl Copy for fileData_C
Auto Trait Implementations§
impl Freeze for fileData_C
impl RefUnwindSafe for fileData_C
impl !Send for fileData_C
impl !Sync for fileData_C
impl Unpin for fileData_C
impl UnwindSafe for fileData_C
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