Struct taos_query::util::InlineBytes
source · #[repr(C, packed(1))]pub struct InlineBytes<T = u16> { /* private fields */ }Implementations§
source§impl InlineBytes<u8>
impl InlineBytes<u8>
source§impl InlineBytes<u16>
impl InlineBytes<u16>
source§impl InlineBytes<u32>
impl InlineBytes<u32>
source§impl InlineBytes<u64>
impl InlineBytes<u64>
Trait Implementations§
source§impl Debug for InlineBytes<u16>
impl Debug for InlineBytes<u16>
source§impl Debug for InlineBytes<u32>
impl Debug for InlineBytes<u32>
source§impl Debug for InlineBytes<u64>
impl Debug for InlineBytes<u64>
source§impl Debug for InlineBytes<u8>
impl Debug for InlineBytes<u8>
source§impl Debug for InlineBytes<usize>
impl Debug for InlineBytes<usize>
source§impl Display for InlineBytes<u16>
impl Display for InlineBytes<u16>
source§impl Display for InlineBytes<u32>
impl Display for InlineBytes<u32>
source§impl Display for InlineBytes<u64>
impl Display for InlineBytes<u64>
source§impl Display for InlineBytes<u8>
impl Display for InlineBytes<u8>
Auto Trait Implementations§
impl<T> RefUnwindSafe for InlineBytes<T>where
T: RefUnwindSafe,
impl<T> Send for InlineBytes<T>where
T: Send,
impl<T> Sync for InlineBytes<T>where
T: Sync,
impl<T> Unpin for InlineBytes<T>where
T: Unpin,
impl<T> UnwindSafe for InlineBytes<T>where
T: 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