#[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_int
Trait Implementations§
Source§impl Clone for ExecPhraseData
impl Clone for ExecPhraseData
Source§fn clone(&self) -> ExecPhraseData
fn clone(&self) -> ExecPhraseData
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 Debug for ExecPhraseData
impl Debug for ExecPhraseData
Source§impl Default for ExecPhraseData
impl Default for ExecPhraseData
impl Copy for ExecPhraseData
Auto Trait Implementations§
impl Freeze for ExecPhraseData
impl RefUnwindSafe for ExecPhraseData
impl !Send for ExecPhraseData
impl !Sync for ExecPhraseData
impl Unpin 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