pub struct DataSourceExpanded {
    pub source_id_type: u32,
    pub source_id_index: u32,
}Expand description
Fields§
§source_id_type: u32Source type (e.g., 0 = ifIndex, 1 = smonVlanDataSource, 2 = entPhysicalEntry)
source_id_index: u32Source index value
Trait Implementations§
Source§impl Clone for DataSourceExpanded
 
impl Clone for DataSourceExpanded
Source§fn clone(&self) -> DataSourceExpanded
 
fn clone(&self) -> DataSourceExpanded
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 DataSourceExpanded
 
impl Debug for DataSourceExpanded
Source§impl PartialEq for DataSourceExpanded
 
impl PartialEq for DataSourceExpanded
impl Copy for DataSourceExpanded
impl Eq for DataSourceExpanded
impl StructuralPartialEq for DataSourceExpanded
Auto Trait Implementations§
impl Freeze for DataSourceExpanded
impl RefUnwindSafe for DataSourceExpanded
impl Send for DataSourceExpanded
impl Sync for DataSourceExpanded
impl Unpin for DataSourceExpanded
impl UnwindSafe for DataSourceExpanded
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