#[repr(C)]pub struct AiString {
pub length: usize,
pub data: [c_uchar; 1024],
}
Fields§
§length: usize
§data: [c_uchar; 1024]
Trait Implementations§
impl Copy for AiString
impl Eq for AiString
Auto Trait Implementations§
impl Freeze for AiString
impl RefUnwindSafe for AiString
impl Send for AiString
impl Sync for AiString
impl Unpin for AiString
impl UnwindSafe for AiString
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