#[repr(C)]pub struct externalStorageInfo {
pub externalLoaderNbr: c_uint,
pub externalLoader: *mut externalLoader,
}
Expand description
\struct externalStorageInfo \brief Get external storage informations useful for external Loader.
Fields§
§externalLoaderNbr: c_uint
§externalLoader: *mut externalLoader
Trait Implementations§
Source§impl Clone for externalStorageInfo
impl Clone for externalStorageInfo
Source§fn clone(&self) -> externalStorageInfo
fn clone(&self) -> externalStorageInfo
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 externalStorageInfo
impl Debug for externalStorageInfo
impl Copy for externalStorageInfo
Auto Trait Implementations§
impl Freeze for externalStorageInfo
impl RefUnwindSafe for externalStorageInfo
impl !Send for externalStorageInfo
impl !Sync for externalStorageInfo
impl Unpin for externalStorageInfo
impl UnwindSafe for externalStorageInfo
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