pub struct RawFile { /* private fields */ }Expand description
Use for file size less than 2G If the file size is greater than 2G, there is a risk of precision loss, it is recommended to use RawFile64
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawFile
impl RefUnwindSafe for RawFile
impl !Send for RawFile
impl !Sync for RawFile
impl Unpin for RawFile
impl UnsafeUnpin for RawFile
impl UnwindSafe for RawFile
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