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