#[repr(C)]pub struct fy_path_parse_cfg {
pub flags: fy_path_parse_cfg_flags,
pub userdata: *mut c_void,
pub diag: *mut fy_diag,
}Fields§
§flags: fy_path_parse_cfg_flags§userdata: *mut c_void§diag: *mut fy_diagTrait Implementations§
Source§impl Clone for fy_path_parse_cfg
impl Clone for fy_path_parse_cfg
Source§fn clone(&self) -> fy_path_parse_cfg
fn clone(&self) -> fy_path_parse_cfg
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 fy_path_parse_cfg
impl Debug for fy_path_parse_cfg
impl Copy for fy_path_parse_cfg
Auto Trait Implementations§
impl Freeze for fy_path_parse_cfg
impl RefUnwindSafe for fy_path_parse_cfg
impl !Send for fy_path_parse_cfg
impl !Sync for fy_path_parse_cfg
impl Unpin for fy_path_parse_cfg
impl UnwindSafe for fy_path_parse_cfg
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