pub struct ArrayHeader {
pub size: u32,
pub count: u32,
}Fields§
§size: u32§count: u32Trait Implementations§
Source§impl Clone for ArrayHeader
impl Clone for ArrayHeader
Source§fn clone(&self) -> ArrayHeader
fn clone(&self) -> ArrayHeader
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ArrayHeader
impl Debug for ArrayHeader
Source§impl DecodeFormatted for ArrayHeader
impl DecodeFormatted for ArrayHeader
fn decode_with_format( input: &mut Bytes, fmt: u8, ) -> Result<Self, AmqpParseError>
impl Copy for ArrayHeader
Auto Trait Implementations§
impl Freeze for ArrayHeader
impl RefUnwindSafe for ArrayHeader
impl Send for ArrayHeader
impl Sync for ArrayHeader
impl Unpin for ArrayHeader
impl UnsafeUnpin for ArrayHeader
impl UnwindSafe for ArrayHeader
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