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