#[repr(C)]pub struct FSENTRY_ {
pub isdir: i32,
pub size: i32,
pub entryname: [c_char; 512],
pub flags: u32,
}Fields§
§isdir: i32§size: i32§entryname: [c_char; 512]§flags: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for FSENTRY_
impl RefUnwindSafe for FSENTRY_
impl Send for FSENTRY_
impl Sync for FSENTRY_
impl Unpin for FSENTRY_
impl UnsafeUnpin for FSENTRY_
impl UnwindSafe for FSENTRY_
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