Struct heed_types::U64
source · pub struct U64<O>(_);Trait Implementations§
source§impl<O: ByteOrder> BytesDecode<'_> for U64<O>
impl<O: ByteOrder> BytesDecode<'_> for U64<O>
type DItem = u64
fn bytes_decode(bytes: &[u8]) -> Result<Self::DItem, BoxedError>
Auto Trait Implementations§
impl<O> RefUnwindSafe for U64<O>where O: RefUnwindSafe,
impl<O> Send for U64<O>where O: Send,
impl<O> Sync for U64<O>where O: Sync,
impl<O> Unpin for U64<O>where O: Unpin,
impl<O> UnwindSafe for U64<O>where O: UnwindSafe,
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