#[repr(C)]pub struct NexProfile_Results {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl NexProfile_Results
impl NexProfile_Results
pub fn failed() -> Self
pub fn failed_not_found() -> Self
pub fn failed_permission_denied() -> Self
pub fn cancelled() -> Self
pub fn succeeded() -> Self
Trait Implementations§
Source§impl ClassIdentity for NexProfile_Results
impl ClassIdentity for NexProfile_Results
Source§impl Clone for NexProfile_Results
impl Clone for NexProfile_Results
Source§fn clone(&self) -> NexProfile_Results
fn clone(&self) -> NexProfile_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 NexProfile_Results
impl Debug for NexProfile_Results
Source§impl PartialEq for NexProfile_Results
impl PartialEq for NexProfile_Results
impl Copy for NexProfile_Results
impl Eq for NexProfile_Results
impl StructuralPartialEq for NexProfile_Results
Auto Trait Implementations§
impl Freeze for NexProfile_Results
impl RefUnwindSafe for NexProfile_Results
impl Send for NexProfile_Results
impl Sync for NexProfile_Results
impl Unpin for NexProfile_Results
impl UnwindSafe for NexProfile_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)