pub struct SciSyncClientTypeNV(/* private fields */);Expand description
Implementations§
Source§impl SciSyncClientTypeNV
impl SciSyncClientTypeNV
pub const SIGNALER: SciSyncClientTypeNV
pub const WAITER: SciSyncClientTypeNV
pub const SIGNALER_WAITER: SciSyncClientTypeNV
pub const fn from_raw(value: i32) -> SciSyncClientTypeNV
pub const fn as_raw(self) -> i32
Trait Implementations§
Source§impl Clone for SciSyncClientTypeNV
impl Clone for SciSyncClientTypeNV
Source§fn clone(&self) -> SciSyncClientTypeNV
fn clone(&self) -> SciSyncClientTypeNV
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 SciSyncClientTypeNV
impl Debug for SciSyncClientTypeNV
Source§impl Default for SciSyncClientTypeNV
impl Default for SciSyncClientTypeNV
Source§fn default() -> SciSyncClientTypeNV
fn default() -> SciSyncClientTypeNV
Returns the “default value” for a type. Read more
Source§impl Display for SciSyncClientTypeNV
impl Display for SciSyncClientTypeNV
Source§impl Error for SciSyncClientTypeNV
impl Error for SciSyncClientTypeNV
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl Hash for SciSyncClientTypeNV
impl Hash for SciSyncClientTypeNV
Source§impl Ord for SciSyncClientTypeNV
impl Ord for SciSyncClientTypeNV
Source§fn cmp(&self, other: &SciSyncClientTypeNV) -> Ordering
fn cmp(&self, other: &SciSyncClientTypeNV) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SciSyncClientTypeNV
impl PartialEq for SciSyncClientTypeNV
Source§impl PartialOrd for SciSyncClientTypeNV
impl PartialOrd for SciSyncClientTypeNV
impl Copy for SciSyncClientTypeNV
impl Eq for SciSyncClientTypeNV
impl StructuralPartialEq for SciSyncClientTypeNV
Auto Trait Implementations§
impl Freeze for SciSyncClientTypeNV
impl RefUnwindSafe for SciSyncClientTypeNV
impl Send for SciSyncClientTypeNV
impl Sync for SciSyncClientTypeNV
impl Unpin for SciSyncClientTypeNV
impl UnsafeUnpin for SciSyncClientTypeNV
impl UnwindSafe for SciSyncClientTypeNV
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