pub struct RawFile64 { /* private fields */ }Expand description
@brief Provides access to a raw file.
@since 11 @version 1.0
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