Struct object::endian::U16Bytes [−][src]
#[repr(transparent)]pub struct U16Bytes<E: Endian>(_, _);
An unaligned u16
value with an externally specified endianness of type E
.
Implementations
impl<E: Endian> U16Bytes<E>
[src]
impl<E: Endian> U16Bytes<E>
[src]Trait Implementations
impl<E: Clone + Endian> Clone for U16Bytes<E>
[src]
impl<E: Clone + Endian> Clone for U16Bytes<E>
[src]fn clone(&self) -> U16Bytes<E>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<E: PartialOrd + Endian> PartialOrd<U16Bytes<E>> for U16Bytes<E>
[src]
impl<E: PartialOrd + Endian> PartialOrd<U16Bytes<E>> for U16Bytes<E>
[src]impl<E: Copy + Endian> Copy for U16Bytes<E>
[src]
impl<E: Eq + Endian> Eq for U16Bytes<E>
[src]
impl<E: Endian> Pod for U16Bytes<E>
[src]
impl<E: Endian> StructuralEq for U16Bytes<E>
[src]
impl<E: Endian> StructuralPartialEq for U16Bytes<E>
[src]
Auto Trait Implementations
impl<E> Send for U16Bytes<E> where
E: Send,
E: Send,
impl<E> Sync for U16Bytes<E> where
E: Sync,
E: Sync,
impl<E> Unpin for U16Bytes<E> where
E: Unpin,
E: Unpin,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.