#[repr(C)]pub struct MtmdInputText {
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 MtmdInputText
impl Clone for MtmdInputText
Source§fn clone(&self) -> MtmdInputText
fn clone(&self) -> MtmdInputText
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 MtmdInputText
Auto Trait Implementations§
impl !Send for MtmdInputText
impl !Sync for MtmdInputText
impl Freeze for MtmdInputText
impl RefUnwindSafe for MtmdInputText
impl Unpin for MtmdInputText
impl UnsafeUnpin for MtmdInputText
impl UnwindSafe for MtmdInputText
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