#[repr(C)]pub struct cc_filepath_ {
pub buffer: [c_char; 600],
}Fields§
§buffer: [c_char; 600]Trait Implementations§
Source§impl Clone for cc_filepath_
impl Clone for cc_filepath_
Source§fn clone(&self) -> cc_filepath_
fn clone(&self) -> cc_filepath_
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 cc_filepath_
impl Debug for cc_filepath_
Source§impl Hash for cc_filepath_
impl Hash for cc_filepath_
Source§impl PartialEq for cc_filepath_
impl PartialEq for cc_filepath_
impl Copy for cc_filepath_
impl Eq for cc_filepath_
impl StructuralPartialEq for cc_filepath_
Auto Trait Implementations§
impl Freeze for cc_filepath_
impl RefUnwindSafe for cc_filepath_
impl Send for cc_filepath_
impl Sync for cc_filepath_
impl Unpin for cc_filepath_
impl UnwindSafe for cc_filepath_
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