pub struct SimpleRegistry {
pub value: u8,
pub description: String,
pub comments: Option<String>,
pub xref: Vec<Xref>,
}Expand description
Describes simple registries such as IPFIX Information Element Data Types And IPFIX Information Element Semantics
Fields§
§value: u8§description: String§comments: Option<String>§xref: Vec<Xref>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SimpleRegistry
impl Send for SimpleRegistry
impl Sync for SimpleRegistry
impl Unpin for SimpleRegistry
impl UnwindSafe for SimpleRegistry
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