Struct pgrx_pg_sys::ip_opts
source · #[repr(C)]pub struct ip_opts {
pub ip_dst: in_addr,
pub ip_opts: [c_char; 40],
}
Fields§
§ip_dst: in_addr
§ip_opts: [c_char; 40]
Trait Implementations§
impl Copy for ip_opts
Auto Trait Implementations§
impl Freeze for ip_opts
impl RefUnwindSafe for ip_opts
impl Send for ip_opts
impl Sync for ip_opts
impl Unpin for ip_opts
impl UnwindSafe for ip_opts
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