pub struct FunctionfsEndpoints {
pub interrupt_in: OwnedFd,
pub interrupt_out: OwnedFd,
pub bulk_in: OwnedFd,
pub bulk_out: OwnedFd,
}Expand description
File descriptor bundle for a FunctionFS interface (data-plane endpoints only).
Fields§
§interrupt_in: OwnedFd§interrupt_out: OwnedFd§bulk_in: OwnedFd§bulk_out: OwnedFdImplementations§
Auto Trait Implementations§
impl Freeze for FunctionfsEndpoints
impl RefUnwindSafe for FunctionfsEndpoints
impl Send for FunctionfsEndpoints
impl Sync for FunctionfsEndpoints
impl Unpin for FunctionfsEndpoints
impl UnsafeUnpin for FunctionfsEndpoints
impl UnwindSafe for FunctionfsEndpoints
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