#[repr(C)]pub struct iso_su_ce_s {
pub extent: [c_char; 8],
pub offset: [c_char; 8],
pub size: [c_char; 8],
}Fields§
§extent: [c_char; 8]§offset: [c_char; 8]§size: [c_char; 8]Trait Implementations§
Source§impl Clone for iso_su_ce_s
impl Clone for iso_su_ce_s
Source§fn clone(&self) -> iso_su_ce_s
fn clone(&self) -> iso_su_ce_s
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 iso_su_ce_s
impl Debug for iso_su_ce_s
impl Copy for iso_su_ce_s
Auto Trait Implementations§
impl Freeze for iso_su_ce_s
impl RefUnwindSafe for iso_su_ce_s
impl Send for iso_su_ce_s
impl Sync for iso_su_ce_s
impl Unpin for iso_su_ce_s
impl UnwindSafe for iso_su_ce_s
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