#[repr(i32)]pub enum SYSNLS_FUNCTION {
COMPARE_STRING = 1,
}Variants§
COMPARE_STRING = 1
Trait Implementations§
Source§impl Clone for SYSNLS_FUNCTION
impl Clone for SYSNLS_FUNCTION
Source§fn clone(&self) -> SYSNLS_FUNCTION
fn clone(&self) -> SYSNLS_FUNCTION
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 SYSNLS_FUNCTION
impl Debug for SYSNLS_FUNCTION
Source§impl Hash for SYSNLS_FUNCTION
impl Hash 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