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