#[repr(transparent)]pub struct WRITE_CACHE_ENABLE(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Abi for WRITE_CACHE_ENABLE
impl Abi for WRITE_CACHE_ENABLE
Source§type Abi = WRITE_CACHE_ENABLE
type Abi = WRITE_CACHE_ENABLE
The abi representation of the implementing type. Read more
type DefaultType = WRITE_CACHE_ENABLE
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 WRITE_CACHE_ENABLE
impl Clone for WRITE_CACHE_ENABLE
Source§fn clone(&self) -> WRITE_CACHE_ENABLE
fn clone(&self) -> WRITE_CACHE_ENABLE
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 WRITE_CACHE_ENABLE
Source§impl Debug for WRITE_CACHE_ENABLE
impl Debug for WRITE_CACHE_ENABLE
Source§impl Default for WRITE_CACHE_ENABLE
impl Default for WRITE_CACHE_ENABLE
Source§fn default() -> WRITE_CACHE_ENABLE
fn default() -> WRITE_CACHE_ENABLE
Returns the “default value” for a type. Read more
impl Eq for WRITE_CACHE_ENABLE
Source§impl From<i32> for WRITE_CACHE_ENABLE
impl From<i32> for WRITE_CACHE_ENABLE
Source§impl PartialEq for WRITE_CACHE_ENABLE
impl PartialEq for WRITE_CACHE_ENABLE
impl StructuralPartialEq for WRITE_CACHE_ENABLE
Auto Trait Implementations§
impl Freeze for WRITE_CACHE_ENABLE
impl RefUnwindSafe for WRITE_CACHE_ENABLE
impl Send for WRITE_CACHE_ENABLE
impl Sync for WRITE_CACHE_ENABLE
impl Unpin for WRITE_CACHE_ENABLE
impl UnsafeUnpin for WRITE_CACHE_ENABLE
impl UnwindSafe for WRITE_CACHE_ENABLE
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