#[repr(C)]pub struct filepath {
pub char_path: [c_char; 1023],
pub os_path: [oschar_t; 1023],
pub valid: validity_t,
}Fields§
§char_path: [c_char; 1023]§os_path: [oschar_t; 1023]§valid: validity_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for filepath
impl RefUnwindSafe for filepath
impl Send for filepath
impl Sync for filepath
impl Unpin for filepath
impl UnwindSafe for 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