#[repr(C)]pub struct word_desc {
pub word: *mut c_char,
pub flags: c_int,
}
Fields§
§word: *mut c_char
§flags: c_int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for word_desc
impl RefUnwindSafe for word_desc
impl !Send for word_desc
impl !Sync for word_desc
impl Unpin for word_desc
impl UnwindSafe for word_desc
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