#[repr(C)]pub struct SocketO {
pub handle: u64,
pub valid: bool,
pub _padding_313: [c_char; 7],
}
Fields§
§handle: u64
§valid: bool
§_padding_313: [c_char; 7]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SocketO
impl RefUnwindSafe for SocketO
impl Send for SocketO
impl Sync for SocketO
impl Unpin for SocketO
impl UnwindSafe for SocketO
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