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