#[repr(C)]pub struct filefoundinfo_ {
pub isdirectory: c_int,
pub filename: [c_char; 256],
pub size: c_int,
}Fields§
§isdirectory: c_int§filename: [c_char; 256]§size: c_intTrait Implementations§
Source§impl Clone for filefoundinfo_
impl Clone for filefoundinfo_
Source§fn clone(&self) -> filefoundinfo_
fn clone(&self) -> filefoundinfo_
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 filefoundinfo_
impl Debug for filefoundinfo_
impl Copy for filefoundinfo_
Auto Trait Implementations§
impl Freeze for filefoundinfo_
impl RefUnwindSafe for filefoundinfo_
impl Send for filefoundinfo_
impl Sync for filefoundinfo_
impl Unpin for filefoundinfo_
impl UnwindSafe for filefoundinfo_
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