Struct libc::vnode_info_path
source · #[repr(C)]pub struct vnode_info_path {
pub vip_vi: vnode_info,
pub vip_path: [[c_char; 32]; 32],
}
Fields§
§vip_vi: vnode_info
§vip_path: [[c_char; 32]; 32]
Trait Implementations§
source§impl Clone for vnode_info_path
impl Clone for vnode_info_path
source§fn clone(&self) -> vnode_info_path
fn clone(&self) -> vnode_info_path
Returns a copy 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 vnode_info_path
impl Debug for vnode_info_path
source§impl Hash for vnode_info_path
impl Hash for vnode_info_path
source§impl PartialEq<vnode_info_path> for vnode_info_path
impl PartialEq<vnode_info_path> for vnode_info_path
source§fn eq(&self, other: &vnode_info_path) -> bool
fn eq(&self, other: &vnode_info_path) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for vnode_info_path
impl Eq for vnode_info_path
impl StructuralEq for vnode_info_path
impl StructuralPartialEq for vnode_info_path
Auto Trait Implementations§
impl RefUnwindSafe for vnode_info_path
impl Send for vnode_info_path
impl Sync for vnode_info_path
impl Unpin for vnode_info_path
impl UnwindSafe for vnode_info_path
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