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