pub struct FindEntry {
pub c_key: Vec<u8>,
pub file_size: u64,
pub locale_flags: u32,
pub content_flags: u32,
pub file_data_id: i32,
pub path: String,
}Expand description
Entry returned by enumerate/list operations.
Fields§
§c_key: Vec<u8>§file_size: u64§locale_flags: u32§content_flags: u32§file_data_id: i32§path: StringTrait Implementations§
impl StructuralPartialEq for FindEntry
Auto Trait Implementations§
impl Freeze for FindEntry
impl RefUnwindSafe for FindEntry
impl Send for FindEntry
impl Sync for FindEntry
impl Unpin for FindEntry
impl UnsafeUnpin for FindEntry
impl UnwindSafe for FindEntry
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