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