pub struct RawFile64 { /* private fields */ }Implementations§
Source§impl RawFile64
Using for file size.
Recommended to use this type if the file size is greater than 2G
impl RawFile64
Using for file size. Recommended to use this type if the file size is greater than 2G
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawFile64
impl RefUnwindSafe for RawFile64
impl !Send for RawFile64
impl !Sync for RawFile64
impl Unpin for RawFile64
impl UnsafeUnpin for RawFile64
impl UnwindSafe for RawFile64
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