#[repr(C)]pub struct AM_TWLPartitionInfo {
pub capacity: u64_,
pub freeSpace: u64_,
pub titlesCapacity: u64_,
pub titlesFreeSpace: u64_,
}Expand description
Information about the TWL NAND partition.
Fields§
§capacity: u64_< Total capacity.
freeSpace: u64_< Total free space.
titlesCapacity: u64_< Capacity for titles.
titlesFreeSpace: u64_< Free space for titles.
Trait Implementations§
Source§impl Clone for AM_TWLPartitionInfo
impl Clone for AM_TWLPartitionInfo
Source§fn clone(&self) -> AM_TWLPartitionInfo
fn clone(&self) -> AM_TWLPartitionInfo
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AM_TWLPartitionInfo
impl Debug for AM_TWLPartitionInfo
Source§impl Default for AM_TWLPartitionInfo
impl Default for AM_TWLPartitionInfo
Source§fn default() -> AM_TWLPartitionInfo
fn default() -> AM_TWLPartitionInfo
Returns the “default value” for a type. Read more
impl Copy for AM_TWLPartitionInfo
Auto Trait Implementations§
impl Freeze for AM_TWLPartitionInfo
impl RefUnwindSafe for AM_TWLPartitionInfo
impl Send for AM_TWLPartitionInfo
impl Sync for AM_TWLPartitionInfo
impl Unpin for AM_TWLPartitionInfo
impl UnwindSafe for AM_TWLPartitionInfo
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)