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