#[repr(C, align(16))]pub(crate) struct SseAlignedU16(pub(crate) [u16; 8]);Tuple Fields§
§0: [u16; 8]Auto Trait Implementations§
impl Freeze for SseAlignedU16
impl RefUnwindSafe for SseAlignedU16
impl Send for SseAlignedU16
impl Sync for SseAlignedU16
impl Unpin for SseAlignedU16
impl UnsafeUnpin for SseAlignedU16
impl UnwindSafe for SseAlignedU16
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