#[repr(C, packed(1))]pub struct PP2TlvSsl {
pub client: u8,
pub verify: u32,
pub data: [u8; 0],
}Fields§
§client: u8§verify: u32§data: [u8; 0]Auto Trait Implementations§
impl Freeze for PP2TlvSsl
impl RefUnwindSafe for PP2TlvSsl
impl Send for PP2TlvSsl
impl Sync for PP2TlvSsl
impl Unpin for PP2TlvSsl
impl UnsafeUnpin for PP2TlvSsl
impl UnwindSafe for PP2TlvSsl
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