#[non_exhaustive]#[repr(C)]pub struct OpaqueAffinity {}Expand description
Definition for opaque scalar affinities
Implementations§
Source§impl OpaqueAffinity
impl OpaqueAffinity
Sourcepub const fn builder() -> OpaqueAffinityBuilder
pub const fn builder() -> OpaqueAffinityBuilder
Returns a builder for OpaqueAffinity
Trait Implementations§
Source§impl Clone for OpaqueAffinity
impl Clone for OpaqueAffinity
Source§fn clone(&self) -> OpaqueAffinity
fn clone(&self) -> OpaqueAffinity
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 OpaqueAffinity
impl Debug for OpaqueAffinity
Source§impl Hash for OpaqueAffinity
impl Hash for OpaqueAffinity
Source§impl PartialEq for OpaqueAffinity
impl PartialEq for OpaqueAffinity
impl Copy for OpaqueAffinity
impl Eq for OpaqueAffinity
impl StructuralPartialEq for OpaqueAffinity
Auto Trait Implementations§
impl Freeze for OpaqueAffinity
impl RefUnwindSafe for OpaqueAffinity
impl Send for OpaqueAffinity
impl Sync for OpaqueAffinity
impl Unpin for OpaqueAffinity
impl UnwindSafe for OpaqueAffinity
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