Struct libc::vnode_info
source · [−]#[repr(C)]pub struct vnode_info {
pub vi_stat: vinfo_stat,
pub vi_type: c_int,
pub vi_pad: c_int,
pub vi_fsid: fsid_t,
}
Fields
vi_stat: vinfo_stat
vi_type: c_int
vi_pad: c_int
vi_fsid: fsid_t
Trait Implementations
sourceimpl Clone for vnode_info
impl Clone for vnode_info
sourcefn clone(&self) -> vnode_info
fn clone(&self) -> vnode_info
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for vnode_info
Auto Trait Implementations
impl RefUnwindSafe for vnode_info
impl Send for vnode_info
impl Sync for vnode_info
impl Unpin for vnode_info
impl UnwindSafe for vnode_info
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more