Struct windows_sys::Win32::NetworkManagement::Snmp::smiVALUE
[−]#[repr(C)]pub struct smiVALUE {
pub syntax: u32,
pub value: smiVALUE_0,
}
Expand description
Required features: "Win32_NetworkManagement_Snmp"
Fields
syntax: u32
value: smiVALUE_0
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for smiVALUE
impl !Send for smiVALUE
impl !Sync for smiVALUE
impl Unpin for smiVALUE
impl UnwindSafe for smiVALUE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more