pub struct AppParentContext {
pub context: AppContext,
}Expand description
Application Parent Context - Format (0,2203)
Parent context for sampled client operations
§XDR Definition (sFlow Application)
/* Optional parent context information for sampled client operation */
/* opaque = flow_data; enterprise = 0; format = 2203 */
struct app_parent_context {
context context;
}Fields§
§context: AppContextParent operation context
Trait Implementations§
Source§impl Clone for AppParentContext
impl Clone for AppParentContext
Source§fn clone(&self) -> AppParentContext
fn clone(&self) -> AppParentContext
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 AppParentContext
impl Debug for AppParentContext
Source§impl PartialEq for AppParentContext
impl PartialEq for AppParentContext
impl Eq for AppParentContext
impl StructuralPartialEq for AppParentContext
Auto Trait Implementations§
impl Freeze for AppParentContext
impl RefUnwindSafe for AppParentContext
impl Send for AppParentContext
impl Sync for AppParentContext
impl Unpin for AppParentContext
impl UnwindSafe for AppParentContext
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