#[repr(C)]pub struct _evtextfilter_t {
pub apply: bool_t,
pub text: [char_t; 4096],
pub cpos: u32,
}Fields§
§apply: bool_t§text: [char_t; 4096]§cpos: u32Trait Implementations§
Source§impl Clone for _evtextfilter_t
impl Clone for _evtextfilter_t
Source§fn clone(&self) -> _evtextfilter_t
fn clone(&self) -> _evtextfilter_t
Returns a duplicate 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 _evtextfilter_t
impl Debug for _evtextfilter_t
impl Copy for _evtextfilter_t
Auto Trait Implementations§
impl Freeze for _evtextfilter_t
impl RefUnwindSafe for _evtextfilter_t
impl Send for _evtextfilter_t
impl Sync for _evtextfilter_t
impl Unpin for _evtextfilter_t
impl UnwindSafe for _evtextfilter_t
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