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