#[repr(C)]pub struct _evtext_t {
pub text: *const char_t,
pub cpos: u32,
pub len: i32,
}Fields§
§text: *const char_t§cpos: u32§len: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for _evtext_t
impl RefUnwindSafe for _evtext_t
impl !Send for _evtext_t
impl !Sync for _evtext_t
impl Unpin for _evtext_t
impl UnwindSafe for _evtext_t
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