#[repr(C)]pub struct nso0_segment_t {
pub file_off: u32,
pub dst_off: u32,
pub decomp_size: u32,
pub align_or_total_size: u32,
}Fields§
§file_off: u32§dst_off: u32§decomp_size: u32§align_or_total_size: u32Trait Implementations§
Source§impl Clone for nso0_segment_t
impl Clone for nso0_segment_t
Source§fn clone(&self) -> nso0_segment_t
fn clone(&self) -> nso0_segment_t
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 nso0_segment_t
impl Debug for nso0_segment_t
Source§impl Default for nso0_segment_t
impl Default for nso0_segment_t
Source§fn default() -> nso0_segment_t
fn default() -> nso0_segment_t
Returns the “default value” for a type. Read more
impl Copy for nso0_segment_t
Auto Trait Implementations§
impl Freeze for nso0_segment_t
impl RefUnwindSafe for nso0_segment_t
impl Send for nso0_segment_t
impl Sync for nso0_segment_t
impl Unpin for nso0_segment_t
impl UnwindSafe for nso0_segment_t
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