#[repr(C)]pub struct H5FD_t {
pub driver_id: hid_t,
pub cls: *const H5FD_class_t,
pub fileno: c_ulong,
pub feature_flags: c_ulong,
pub maxaddr: haddr_t,
pub base_addr: haddr_t,
pub threshold: hsize_t,
pub alignment: hsize_t,
}Fields§
§driver_id: hid_t§cls: *const H5FD_class_t§fileno: c_ulong§feature_flags: c_ulong§maxaddr: haddr_t§base_addr: haddr_t§threshold: hsize_t§alignment: hsize_tTrait Implementations§
impl Copy for H5FD_t
Auto Trait Implementations§
impl Freeze for H5FD_t
impl RefUnwindSafe for H5FD_t
impl !Send for H5FD_t
impl !Sync for H5FD_t
impl Unpin for H5FD_t
impl UnwindSafe for H5FD_t
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