#[repr(C, packed(1))]pub struct PP2Tlv {
pub mtype: u8,
pub length_hi: u8,
pub length_lo: u8,
pub value: [u8; 0],
}Fields§
§mtype: u8§length_hi: u8§length_lo: u8§value: [u8; 0]Auto Trait Implementations§
impl Freeze for PP2Tlv
impl RefUnwindSafe for PP2Tlv
impl Send for PP2Tlv
impl Sync for PP2Tlv
impl Unpin for PP2Tlv
impl UnwindSafe for PP2Tlv
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