#[repr(C)]pub struct Struct_netsnmp_large_fd_set_s {
pub lfs_setsize: c_uint,
pub lfs_setptr: *mut fd_set,
pub lfs_set: fd_set,
}Fields§
§lfs_setsize: c_uint§lfs_setptr: *mut fd_set§lfs_set: fd_setTrait Implementations§
impl Copy for Struct_netsnmp_large_fd_set_s
Auto Trait Implementations§
impl Freeze for Struct_netsnmp_large_fd_set_s
impl RefUnwindSafe for Struct_netsnmp_large_fd_set_s
impl !Send for Struct_netsnmp_large_fd_set_s
impl !Sync for Struct_netsnmp_large_fd_set_s
impl Unpin for Struct_netsnmp_large_fd_set_s
impl UnwindSafe for Struct_netsnmp_large_fd_set_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