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