pub struct ArrayHeader {
pub size: u32,
pub count: u32,
}Fields§
§size: u32§count: u32Trait Implementations§
Source§impl DecodeFormatted for ArrayHeader
impl DecodeFormatted for ArrayHeader
fn decode_with_format( input: &mut Bytes, fmt: u8, ) -> Result<ArrayHeader, AmqpParseError>
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