#[repr(C, align(64))]pub struct SpscSlot {
pub payload: UnsafeCell<[u8; 64]>,
}Fields§
§payload: UnsafeCell<[u8; 64]>Trait Implementations§
Auto Trait Implementations§
impl !Freeze for SpscSlot
impl !RefUnwindSafe for SpscSlot
impl Send for SpscSlot
impl Unpin for SpscSlot
impl UnsafeUnpin for SpscSlot
impl UnwindSafe for SpscSlot
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