#[repr(C, packed(1))]pub struct EclairString {
pub length: u32,
pub data: *const u8,
}Fields§
§length: u32§data: *const u8Auto Trait Implementations§
impl Freeze for EclairString
impl RefUnwindSafe for EclairString
impl !Send for EclairString
impl !Sync for EclairString
impl Unpin for EclairString
impl UnwindSafe for EclairString
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