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