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