pub struct ReqPq {
pub nonce: [u8; 16],
}Expand description
Fields§
§nonce: [u8; 16]Trait Implementations§
Source§impl Deserializable for ReqPq
impl Deserializable for ReqPq
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl Identifiable for ReqPq
impl Identifiable for ReqPq
Source§const CONSTRUCTOR_ID: u32 = 0x60469778
const CONSTRUCTOR_ID: u32 = 0x60469778
The constructor ID as specified in the TL schema.
Source§impl Serializable for ReqPq
impl Serializable for ReqPq
impl StructuralPartialEq for ReqPq
Auto Trait Implementations§
impl Freeze for ReqPq
impl RefUnwindSafe for ReqPq
impl Send for ReqPq
impl Sync for ReqPq
impl Unpin for ReqPq
impl UnsafeUnpin for ReqPq
impl UnwindSafe for ReqPq
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