#[repr(C)]pub struct NexRelay_Results {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl NexRelay_Results
impl NexRelay_Results
pub fn failed() -> Self
pub fn failed_compare() -> Self
pub fn failed_not_found() -> Self
pub fn cancelled() -> Self
pub fn succeeded() -> Self
Trait Implementations§
Source§impl ClassIdentity for NexRelay_Results
impl ClassIdentity for NexRelay_Results
Source§impl Clone for NexRelay_Results
impl Clone for NexRelay_Results
Source§fn clone(&self) -> NexRelay_Results
fn clone(&self) -> NexRelay_Results
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NexRelay_Results
impl Debug for NexRelay_Results
Source§impl PartialEq for NexRelay_Results
impl PartialEq for NexRelay_Results
impl Copy for NexRelay_Results
impl Eq for NexRelay_Results
impl StructuralPartialEq for NexRelay_Results
Auto Trait Implementations§
impl Freeze for NexRelay_Results
impl RefUnwindSafe for NexRelay_Results
impl Send for NexRelay_Results
impl Sync for NexRelay_Results
impl Unpin for NexRelay_Results
impl UnwindSafe for NexRelay_Results
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)