pub struct OutgoingPDUHeaderDecoded {
pub rp: bool,
pub udhi: bool,
pub srr: bool,
pub vpf: u8,
pub rd: bool,
pub mti: String,
}Expand description
— Outgoing PDU Header (Submit) —
Fields§
§rp: bool§udhi: bool§srr: bool§vpf: u8§rd: bool§mti: StringTrait Implementations§
Source§impl Clone for OutgoingPDUHeaderDecoded
impl Clone for OutgoingPDUHeaderDecoded
Source§fn clone(&self) -> OutgoingPDUHeaderDecoded
fn clone(&self) -> OutgoingPDUHeaderDecoded
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 OutgoingPDUHeaderDecoded
impl Debug for OutgoingPDUHeaderDecoded
Source§impl Default for OutgoingPDUHeaderDecoded
impl Default for OutgoingPDUHeaderDecoded
Source§fn default() -> OutgoingPDUHeaderDecoded
fn default() -> OutgoingPDUHeaderDecoded
Returns the “default value” for a type. Read more
Source§impl PartialEq for OutgoingPDUHeaderDecoded
impl PartialEq for OutgoingPDUHeaderDecoded
impl StructuralPartialEq for OutgoingPDUHeaderDecoded
Auto Trait Implementations§
impl Freeze for OutgoingPDUHeaderDecoded
impl RefUnwindSafe for OutgoingPDUHeaderDecoded
impl Send for OutgoingPDUHeaderDecoded
impl Sync for OutgoingPDUHeaderDecoded
impl Unpin for OutgoingPDUHeaderDecoded
impl UnwindSafe for OutgoingPDUHeaderDecoded
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