#[repr(transparent)]pub struct ExtentMode(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl ExtentMode
impl ExtentMode
pub const DVEXTENT_CONTENT: Self
pub const DVEXTENT_INTEGRAL: Self
Trait Implementations§
Source§impl Abi for ExtentMode
impl Abi for ExtentMode
Source§type Abi = ExtentMode
type Abi = ExtentMode
The abi representation of the implementing type. Read more
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.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for ExtentMode
impl Clone for ExtentMode
Source§fn clone(&self) -> ExtentMode
fn clone(&self) -> ExtentMode
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 ExtentMode
impl Debug for ExtentMode
Source§impl Default for ExtentMode
impl Default for ExtentMode
Source§fn default() -> ExtentMode
fn default() -> ExtentMode
Returns the “default value” for a type. Read more
Source§impl From<i32> for ExtentMode
impl From<i32> for ExtentMode
Source§impl PartialEq for ExtentMode
impl PartialEq for ExtentMode
impl Copy for ExtentMode
impl Eq for ExtentMode
impl StructuralPartialEq for ExtentMode
Auto Trait Implementations§
impl Freeze for ExtentMode
impl RefUnwindSafe for ExtentMode
impl Send for ExtentMode
impl Sync for ExtentMode
impl Unpin for ExtentMode
impl UnwindSafe for ExtentMode
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