#[repr(C)]pub struct ExecPhraseData {
pub npos: c_int,
pub allocated: bool,
pub negate: bool,
pub pos: *mut WordEntryPos,
pub width: c_int,
}Fields§
§npos: c_int§allocated: bool§negate: bool§pos: *mut WordEntryPos§width: c_intTrait Implementations§
Source§impl Clone for ExecPhraseData
impl Clone for ExecPhraseData
Source§fn clone(&self) -> ExecPhraseData
fn clone(&self) -> ExecPhraseData
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 ExecPhraseData
Source§impl Debug for ExecPhraseData
impl Debug for ExecPhraseData
Auto Trait Implementations§
impl !Send for ExecPhraseData
impl !Sync for ExecPhraseData
impl Freeze for ExecPhraseData
impl RefUnwindSafe for ExecPhraseData
impl Unpin for ExecPhraseData
impl UnsafeUnpin for ExecPhraseData
impl UnwindSafe for ExecPhraseData
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