#[repr(C)]pub struct mtp2_phdr {
pub sent: guint8,
pub annex_a_used: guint8,
pub link_number: guint16,
}Fields§
§sent: guint8§annex_a_used: guint8§link_number: guint16Trait Implementations§
Auto Trait Implementations§
impl Freeze for mtp2_phdr
impl RefUnwindSafe for mtp2_phdr
impl Send for mtp2_phdr
impl Sync for mtp2_phdr
impl Unpin for mtp2_phdr
impl UnwindSafe for mtp2_phdr
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