#[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: uint32Trait Implementations§
Source§impl Clone for ParsedWord
impl Clone for ParsedWord
Source§fn clone(&self) -> ParsedWord
fn clone(&self) -> ParsedWord
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ParsedWord
Auto Trait Implementations§
impl !Send for ParsedWord
impl !Sync for ParsedWord
impl Freeze for ParsedWord
impl RefUnwindSafe for ParsedWord
impl Unpin for ParsedWord
impl UnsafeUnpin 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