#[repr(C)]pub struct RIORap {
pub fd: *mut RSocket,
pub client: *mut RSocket,
pub listener: bool,
}
Fields§
§fd: *mut RSocket
§client: *mut RSocket
§listener: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RIORap
impl RefUnwindSafe for RIORap
impl !Send for RIORap
impl !Sync for RIORap
impl Unpin for RIORap
impl UnwindSafe for RIORap
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