#[repr(C)]pub struct true_false_string {
pub true_string: *const c_char,
pub false_string: *const c_char,
}Fields§
§true_string: *const c_char§false_string: *const c_charTrait Implementations§
Source§impl Clone for true_false_string
impl Clone for true_false_string
Source§fn clone(&self) -> true_false_string
fn clone(&self) -> true_false_string
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 true_false_string
impl Debug for true_false_string
impl Copy for true_false_string
Auto Trait Implementations§
impl Freeze for true_false_string
impl RefUnwindSafe for true_false_string
impl !Send for true_false_string
impl !Sync for true_false_string
impl Unpin for true_false_string
impl UnwindSafe for true_false_string
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