pub struct SendArgs {
pub mime_type: CString,
pub fd: OwnedFd,
}
Fields§
§mime_type: CString
mime type for the data
fd: OwnedFd
file descriptor for the data
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SendArgs
impl RefUnwindSafe for SendArgs
impl Send for SendArgs
impl Sync for SendArgs
impl Unpin for SendArgs
impl UnwindSafe for SendArgs
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