#[repr(C)]pub struct fstore_t {
pub fst_flags: u32,
pub fst_posmode: i32,
pub fst_offset: i64,
pub fst_length: i64,
pub fst_bytesalloc: i64,
}
Fields§
§fst_flags: u32
§fst_posmode: i32
§fst_offset: i64
§fst_length: i64
§fst_bytesalloc: i64
Trait Implementations§
source§impl PartialEq<fstore_t> for fstore_t
impl PartialEq<fstore_t> for fstore_t
impl Copy for fstore_t
impl Eq for fstore_t
impl StructuralEq for fstore_t
impl StructuralPartialEq for fstore_t
Auto Trait Implementations§
impl RefUnwindSafe for fstore_t
impl Send for fstore_t
impl Sync for fstore_t
impl Unpin for fstore_t
impl UnwindSafe for fstore_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
source§impl<T> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere T: Hash + ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.