#[repr(C)]pub struct tsStatus {
pub code: tsError,
pub message: [c_char; 100],
}Fields§
§code: tsError§message: [c_char; 100]Trait Implementations§
Auto Trait Implementations§
impl Freeze for tsStatus
impl RefUnwindSafe for tsStatus
impl Send for tsStatus
impl Sync for tsStatus
impl Unpin for tsStatus
impl UnwindSafe for tsStatus
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