pub struct TlsBlockGrease {
pub seed: i32,
}Expand description
Fields§
§seed: i32Trait Implementations§
Source§impl Clone for TlsBlockGrease
impl Clone for TlsBlockGrease
Source§fn clone(&self) -> TlsBlockGrease
fn clone(&self) -> TlsBlockGrease
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 TlsBlockGrease
impl Debug for TlsBlockGrease
Source§impl Deserializable for TlsBlockGrease
impl Deserializable for TlsBlockGrease
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 From<TlsBlockGrease> for TlsBlock
impl From<TlsBlockGrease> for TlsBlock
Source§fn from(x: TlsBlockGrease) -> Self
fn from(x: TlsBlockGrease) -> Self
Converts to this type from the input type.
Source§impl Identifiable for TlsBlockGrease
impl Identifiable for TlsBlockGrease
Source§const CONSTRUCTOR_ID: u32 = 0x3510e2ab
const CONSTRUCTOR_ID: u32 = 0x3510e2ab
The constructor ID as specified in the TL schema.
Source§impl PartialEq for TlsBlockGrease
impl PartialEq for TlsBlockGrease
Source§impl Serializable for TlsBlockGrease
impl Serializable for TlsBlockGrease
Source§impl TryFrom<TlsBlock> for TlsBlockGrease
impl TryFrom<TlsBlock> for TlsBlockGrease
impl StructuralPartialEq for TlsBlockGrease
Auto Trait Implementations§
impl Freeze for TlsBlockGrease
impl RefUnwindSafe for TlsBlockGrease
impl Send for TlsBlockGrease
impl Sync for TlsBlockGrease
impl Unpin for TlsBlockGrease
impl UnsafeUnpin for TlsBlockGrease
impl UnwindSafe for TlsBlockGrease
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