#[repr(C)]pub struct Node<T: Copy + Clone + Pod + Zeroable + Default, const NUM_REGISTERS: usize> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<T: Clone + Copy + Clone + Pod + Zeroable + Default, const NUM_REGISTERS: usize> Clone for Node<T, NUM_REGISTERS>
impl<T: Clone + Copy + Clone + Pod + Zeroable + Default, const NUM_REGISTERS: usize> Clone for Node<T, NUM_REGISTERS>
Source§impl<T: Copy + Clone + Pod + Zeroable + Default, const NUM_REGISTERS: usize> Default for Node<T, NUM_REGISTERS>
impl<T: Copy + Clone + Pod + Zeroable + Default, const NUM_REGISTERS: usize> Default for Node<T, NUM_REGISTERS>
impl<T: Copy + Copy + Clone + Pod + Zeroable + Default, const NUM_REGISTERS: usize> Copy for Node<T, NUM_REGISTERS>
Auto Trait Implementations§
impl<T, const NUM_REGISTERS: usize> Freeze for Node<T, NUM_REGISTERS>where
T: Freeze,
impl<T, const NUM_REGISTERS: usize> RefUnwindSafe for Node<T, NUM_REGISTERS>where
T: RefUnwindSafe,
impl<T, const NUM_REGISTERS: usize> Send for Node<T, NUM_REGISTERS>where
T: Send,
impl<T, const NUM_REGISTERS: usize> Sync for Node<T, NUM_REGISTERS>where
T: Sync,
impl<T, const NUM_REGISTERS: usize> Unpin for Node<T, NUM_REGISTERS>where
T: Unpin,
impl<T, const NUM_REGISTERS: usize> UnwindSafe for Node<T, NUM_REGISTERS>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