#[repr(C)]pub struct zxio_dirent {
pub protocols: zxio_node_protocols_t,
pub abilities: zxio_abilities_t,
pub id: zxio_id_t,
pub has: zxio_dirent_zxio_dirent_has_t,
pub name_length: u8,
pub __bindgen_padding_0: [u8; 4],
pub name: *mut c_char,
}Fields§
§protocols: zxio_node_protocols_t§abilities: zxio_abilities_t§id: zxio_id_t§has: zxio_dirent_zxio_dirent_has_t§name_length: u8§__bindgen_padding_0: [u8; 4]§name: *mut c_charTrait Implementations§
Source§impl Clone for zxio_dirent
impl Clone for zxio_dirent
Source§fn clone(&self) -> zxio_dirent
fn clone(&self) -> zxio_dirent
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 zxio_dirent
impl Debug for zxio_dirent
Source§impl Default for zxio_dirent
impl Default for zxio_dirent
impl Copy for zxio_dirent
Auto Trait Implementations§
impl Freeze for zxio_dirent
impl RefUnwindSafe for zxio_dirent
impl !Send for zxio_dirent
impl !Sync for zxio_dirent
impl Unpin for zxio_dirent
impl UnwindSafe for zxio_dirent
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