#[repr(C)]pub struct chmUnitInfo {
pub start: LONGUINT64,
pub length: LONGUINT64,
pub space: c_int,
pub flags: c_int,
pub path: [c_char; 513],
}Fields§
§start: LONGUINT64§length: LONGUINT64§space: c_int§flags: c_int§path: [c_char; 513]Trait Implementations§
Source§impl Clone for chmUnitInfo
impl Clone for chmUnitInfo
Source§fn clone(&self) -> chmUnitInfo
fn clone(&self) -> chmUnitInfo
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 moreimpl Copy for chmUnitInfo
Auto Trait Implementations§
impl Freeze for chmUnitInfo
impl RefUnwindSafe for chmUnitInfo
impl Send for chmUnitInfo
impl Sync for chmUnitInfo
impl Unpin for chmUnitInfo
impl UnwindSafe for chmUnitInfo
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