#[repr(C)]pub struct ParsedWord {
pub len: uint16,
pub nvariant: uint16,
pub pos: ParsedWord__bindgen_ty_1,
pub flags: uint16,
pub word: *mut c_char,
pub alen: uint32,
}
Fields§
§len: uint16
§nvariant: uint16
§pos: ParsedWord__bindgen_ty_1
§flags: uint16
§word: *mut c_char
§alen: uint32
Trait Implementations§
Source§impl Clone for ParsedWord
impl Clone for ParsedWord
Source§fn clone(&self) -> ParsedWord
fn clone(&self) -> ParsedWord
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for ParsedWord
impl Default for ParsedWord
impl Copy for ParsedWord
Auto Trait Implementations§
impl Freeze for ParsedWord
impl RefUnwindSafe for ParsedWord
impl !Send for ParsedWord
impl !Sync for ParsedWord
impl Unpin for ParsedWord
impl UnwindSafe for ParsedWord
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