#[repr(transparent)]pub struct STORAGE_DEVICE_FORM_FACTOR(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Abi for STORAGE_DEVICE_FORM_FACTOR
impl Abi for STORAGE_DEVICE_FORM_FACTOR
Source§type Abi = STORAGE_DEVICE_FORM_FACTOR
type Abi = STORAGE_DEVICE_FORM_FACTOR
The abi representation of the implementing type. Read more
type DefaultType = STORAGE_DEVICE_FORM_FACTOR
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for STORAGE_DEVICE_FORM_FACTOR
impl Clone for STORAGE_DEVICE_FORM_FACTOR
Source§fn clone(&self) -> STORAGE_DEVICE_FORM_FACTOR
fn clone(&self) -> STORAGE_DEVICE_FORM_FACTOR
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for STORAGE_DEVICE_FORM_FACTOR
Source§impl Debug for STORAGE_DEVICE_FORM_FACTOR
impl Debug for STORAGE_DEVICE_FORM_FACTOR
Source§impl Default for STORAGE_DEVICE_FORM_FACTOR
impl Default for STORAGE_DEVICE_FORM_FACTOR
Source§fn default() -> STORAGE_DEVICE_FORM_FACTOR
fn default() -> STORAGE_DEVICE_FORM_FACTOR
Returns the “default value” for a type. Read more
impl Eq for STORAGE_DEVICE_FORM_FACTOR
Source§impl From<i32> for STORAGE_DEVICE_FORM_FACTOR
impl From<i32> for STORAGE_DEVICE_FORM_FACTOR
impl StructuralPartialEq for STORAGE_DEVICE_FORM_FACTOR
Auto Trait Implementations§
impl Freeze for STORAGE_DEVICE_FORM_FACTOR
impl RefUnwindSafe for STORAGE_DEVICE_FORM_FACTOR
impl Send for STORAGE_DEVICE_FORM_FACTOR
impl Sync for STORAGE_DEVICE_FORM_FACTOR
impl Unpin for STORAGE_DEVICE_FORM_FACTOR
impl UnsafeUnpin for STORAGE_DEVICE_FORM_FACTOR
impl UnwindSafe for STORAGE_DEVICE_FORM_FACTOR
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