#[repr(C)]pub struct RspAuthenticateField {
pub broker_id: [u8; 11],
pub user_id: [u8; 16],
pub user_product_info: [u8; 11],
pub app_id: [u8; 33],
pub app_type: u8,
}
Fields§
§broker_id: [u8; 11]
§user_id: [u8; 16]
§user_product_info: [u8; 11]
§app_id: [u8; 33]
§app_type: u8
Trait Implementations§
Source§impl Clone for RspAuthenticateField
impl Clone for RspAuthenticateField
Source§fn clone(&self) -> RspAuthenticateField
fn clone(&self) -> RspAuthenticateField
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 RspAuthenticateField
impl Debug for RspAuthenticateField
Auto Trait Implementations§
impl Freeze for RspAuthenticateField
impl RefUnwindSafe for RspAuthenticateField
impl Send for RspAuthenticateField
impl Sync for RspAuthenticateField
impl Unpin for RspAuthenticateField
impl UnwindSafe for RspAuthenticateField
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