#[repr(C)]pub struct PRFileInfo {
pub type_: PRFileType,
pub size: PROffset32,
pub creationTime: PRTime,
pub modifyTime: PRTime,
}Fields§
§type_: PRFileType§size: PROffset32§creationTime: PRTime§modifyTime: PRTimeTrait Implementations§
Source§impl Clone for PRFileInfo
impl Clone for PRFileInfo
Source§fn clone(&self) -> PRFileInfo
fn clone(&self) -> PRFileInfo
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 PRFileInfo
impl Debug for PRFileInfo
impl Copy for PRFileInfo
Auto Trait Implementations§
impl Freeze for PRFileInfo
impl RefUnwindSafe for PRFileInfo
impl Send for PRFileInfo
impl Sync for PRFileInfo
impl Unpin for PRFileInfo
impl UnwindSafe for PRFileInfo
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