#[repr(C)]pub struct StringDescriptor {
pub index: i32,
pub value: [char; 256],
}
Fields§
§index: i32
§value: [char; 256]
Auto Trait Implementations§
impl Freeze for StringDescriptor
impl RefUnwindSafe for StringDescriptor
impl Send for StringDescriptor
impl Sync for StringDescriptor
impl Unpin for StringDescriptor
impl UnwindSafe for StringDescriptor
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