Struct wayrs_client::protocol::wl_data_source::SendArgs
source · pub struct SendArgs {
pub mime_type: CString,
pub fd: OwnedFd,
}Fields§
§mime_type: CStringmime type for the data
fd: OwnedFdfile descriptor for the data
Trait Implementations§
Auto Trait Implementations§
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