pub struct OpCall {
pub fd: usize,
/* private fields */
}
Fields§
§fd: usize
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpCall
impl RefUnwindSafe for OpCall
impl !Send for OpCall
impl !Sync for OpCall
impl Unpin for OpCall
impl UnwindSafe for OpCall
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