#[repr(C)]pub struct blosc2_stdio_file {
pub file: *mut FILE,
}Fields§
§file: *mut FILETrait Implementations§
Source§impl Clone for blosc2_stdio_file
impl Clone for blosc2_stdio_file
Source§fn clone(&self) -> blosc2_stdio_file
fn clone(&self) -> blosc2_stdio_file
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 blosc2_stdio_file
impl Debug for blosc2_stdio_file
impl Copy for blosc2_stdio_file
Auto Trait Implementations§
impl Freeze for blosc2_stdio_file
impl RefUnwindSafe for blosc2_stdio_file
impl !Send for blosc2_stdio_file
impl !Sync for blosc2_stdio_file
impl Unpin for blosc2_stdio_file
impl UnwindSafe for blosc2_stdio_file
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