#[repr(C)]pub struct r_fs_root_t {
pub path: *mut c_char,
pub delta: c_ulonglong,
pub p: *mut r_fs_plugin_t,
pub ptr: *mut c_void,
pub iob: RIOBind,
pub cob: RCoreBind,
}
Fields§
§path: *mut c_char
§delta: c_ulonglong
§p: *mut r_fs_plugin_t
§ptr: *mut c_void
§iob: RIOBind
§cob: RCoreBind
Trait Implementations§
Source§impl Clone for r_fs_root_t
impl Clone for r_fs_root_t
Source§fn clone(&self) -> r_fs_root_t
fn clone(&self) -> r_fs_root_t
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 r_fs_root_t
impl Debug for r_fs_root_t
impl Copy for r_fs_root_t
Auto Trait Implementations§
impl Freeze for r_fs_root_t
impl RefUnwindSafe for r_fs_root_t
impl !Send for r_fs_root_t
impl !Sync for r_fs_root_t
impl Unpin for r_fs_root_t
impl UnwindSafe for r_fs_root_t
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