pub struct BinaryData32;
Expand description
Binary data preceded by a U32 size
Trait Implementations§
Source§impl Clone for BinaryData32
impl Clone for BinaryData32
Source§fn clone(&self) -> BinaryData32
fn clone(&self) -> BinaryData32
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BinaryData32
impl Debug for BinaryData32
Source§impl Deserialize for BinaryData32
impl Deserialize for BinaryData32
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self::Output>
Source§impl PartialEq for BinaryData32
impl PartialEq for BinaryData32
Source§impl Serialize for BinaryData32
impl Serialize for BinaryData32
impl StructuralPartialEq for BinaryData32
Auto Trait Implementations§
impl Freeze for BinaryData32
impl RefUnwindSafe for BinaryData32
impl Send for BinaryData32
impl Sync for BinaryData32
impl Unpin for BinaryData32
impl UnwindSafe for BinaryData32
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