Struct below_btrfs::btrfs_api::SearchKey
source · pub struct SearchKey {
pub objectid: u64,
pub typ: u8,
pub offset: u64,
}
Fields§
§objectid: u64
§typ: u8
§offset: u64
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SearchKey
impl Send for SearchKey
impl Sync for SearchKey
impl Unpin for SearchKey
impl UnwindSafe for SearchKey
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