#[repr(C)]pub struct mtmd_input_text {
pub text: *const c_char,
pub add_special: bool,
pub parse_special: bool,
}Fields§
§text: *const c_char§add_special: bool§parse_special: boolTrait Implementations§
Source§impl Clone for mtmd_input_text
impl Clone for mtmd_input_text
Source§fn clone(&self) -> mtmd_input_text
fn clone(&self) -> mtmd_input_text
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 moreSource§impl Debug for mtmd_input_text
impl Debug for mtmd_input_text
Source§impl PartialEq for mtmd_input_text
impl PartialEq for mtmd_input_text
Source§fn eq(&self, other: &mtmd_input_text) -> bool
fn eq(&self, other: &mtmd_input_text) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for mtmd_input_text
impl StructuralPartialEq for mtmd_input_text
Auto Trait Implementations§
impl Freeze for mtmd_input_text
impl RefUnwindSafe for mtmd_input_text
impl !Send for mtmd_input_text
impl !Sync for mtmd_input_text
impl Unpin for mtmd_input_text
impl UnsafeUnpin for mtmd_input_text
impl UnwindSafe for mtmd_input_text
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