#[repr(C)]pub struct Struct_netsnmp_ref_size_t_s {
pub val: size_t,
}Fields§
§val: size_tTrait Implementations§
Source§impl Clone for Struct_netsnmp_ref_size_t_s
impl Clone for Struct_netsnmp_ref_size_t_s
impl Copy for Struct_netsnmp_ref_size_t_s
Auto Trait Implementations§
impl Freeze for Struct_netsnmp_ref_size_t_s
impl RefUnwindSafe for Struct_netsnmp_ref_size_t_s
impl Send for Struct_netsnmp_ref_size_t_s
impl Sync for Struct_netsnmp_ref_size_t_s
impl Unpin for Struct_netsnmp_ref_size_t_s
impl UnwindSafe for Struct_netsnmp_ref_size_t_s
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