pub struct ByteGroup { /* private fields */ }Expand description
字节组,用于按序拼接多个字节数组(微信消息加解密中间步骤)。
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ByteGroup
impl RefUnwindSafe for ByteGroup
impl Send for ByteGroup
impl Sync for ByteGroup
impl Unpin for ByteGroup
impl UnsafeUnpin for ByteGroup
impl UnwindSafe for ByteGroup
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