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