#[repr(C)]pub struct IpmgmtGetRval {
pub err: i32,
pub nval_size: u32,
}
Fields§
§err: i32
§nval_size: u32
Trait Implementations§
Source§impl Debug for IpmgmtGetRval
impl Debug for IpmgmtGetRval
Source§impl Default for IpmgmtGetRval
impl Default for IpmgmtGetRval
Source§fn default() -> IpmgmtGetRval
fn default() -> IpmgmtGetRval
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IpmgmtGetRval
impl RefUnwindSafe for IpmgmtGetRval
impl Send for IpmgmtGetRval
impl Sync for IpmgmtGetRval
impl Unpin for IpmgmtGetRval
impl UnwindSafe for IpmgmtGetRval
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