pub struct AvpDefinition {
pub code: u32,
pub vendor_id: Option<u32>,
pub name: String,
pub avp_type: AvpType,
pub m_flag: bool,
}Fields§
§code: u32§vendor_id: Option<u32>§name: String§avp_type: AvpType§m_flag: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for AvpDefinition
impl RefUnwindSafe for AvpDefinition
impl Send for AvpDefinition
impl Sync for AvpDefinition
impl Unpin for AvpDefinition
impl UnwindSafe for AvpDefinition
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