pub struct BoundedBufferOperand<const S: usize, T: OperandEncodable + Default + Copy> { /* private fields */ }Implementations§
Source§impl<const S: usize, T: OperandEncodable + Default + Copy> BoundedBufferOperand<S, T>
impl<const S: usize, T: OperandEncodable + Default + Copy> BoundedBufferOperand<S, T>
Trait Implementations§
Source§impl<const S: usize, T: Clone + OperandEncodable + Default + Copy> Clone for BoundedBufferOperand<S, T>
impl<const S: usize, T: Clone + OperandEncodable + Default + Copy> Clone for BoundedBufferOperand<S, T>
Source§fn clone(&self) -> BoundedBufferOperand<S, T>
fn clone(&self) -> BoundedBufferOperand<S, T>
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<const S: usize, T: Debug + OperandEncodable + Default + Copy> Debug for BoundedBufferOperand<S, T>
impl<const S: usize, T: Debug + OperandEncodable + Default + Copy> Debug for BoundedBufferOperand<S, T>
Source§impl<const S: usize, T: OperandEncodable + Copy + Default> Default for BoundedBufferOperand<S, T>
impl<const S: usize, T: OperandEncodable + Copy + Default> Default for BoundedBufferOperand<S, T>
Source§fn default() -> BoundedBufferOperand<S, T>
fn default() -> BoundedBufferOperand<S, T>
Returns the “default value” for a type. Read more
Source§impl<const S: usize, T: Hash + OperandEncodable + Default + Copy> Hash for BoundedBufferOperand<S, T>
impl<const S: usize, T: Hash + OperandEncodable + Default + Copy> Hash for BoundedBufferOperand<S, T>
Source§impl<const S: usize, T: OperandEncodable + Default + Copy> OperandEncodable for BoundedBufferOperand<S, T>
impl<const S: usize, T: OperandEncodable + Default + Copy> OperandEncodable for BoundedBufferOperand<S, T>
Source§impl<const S: usize, T: PartialEq + OperandEncodable + Default + Copy> PartialEq for BoundedBufferOperand<S, T>
impl<const S: usize, T: PartialEq + OperandEncodable + Default + Copy> PartialEq for BoundedBufferOperand<S, T>
Source§impl<const S: usize, T: OperandEncodable + Default + Copy> TryFrom<&[T]> for BoundedBufferOperand<S, T>
impl<const S: usize, T: OperandEncodable + Default + Copy> TryFrom<&[T]> for BoundedBufferOperand<S, T>
impl<const S: usize, T: Copy + OperandEncodable + Default + Copy> Copy for BoundedBufferOperand<S, T>
impl<const S: usize, T: Eq + OperandEncodable + Default + Copy> Eq for BoundedBufferOperand<S, T>
impl<const S: usize, T: OperandEncodable + Default + Copy> StructuralPartialEq for BoundedBufferOperand<S, T>
Auto Trait Implementations§
impl<const S: usize, T> Freeze for BoundedBufferOperand<S, T>where
T: Freeze,
impl<const S: usize, T> RefUnwindSafe for BoundedBufferOperand<S, T>where
T: RefUnwindSafe,
impl<const S: usize, T> Send for BoundedBufferOperand<S, T>where
T: Send,
impl<const S: usize, T> Sync for BoundedBufferOperand<S, T>where
T: Sync,
impl<const S: usize, T> Unpin for BoundedBufferOperand<S, T>where
T: Unpin,
impl<const S: usize, T> UnsafeUnpin for BoundedBufferOperand<S, T>where
T: UnsafeUnpin,
impl<const S: usize, T> UnwindSafe for BoundedBufferOperand<S, T>where
T: UnwindSafe,
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