Enum wayland_commons::wire::MessageWriteError [−][src]
pub enum MessageWriteError {
BufferTooSmall,
DupFdFailed(Error),
}Expand description
Error generated when trying to serialize a message into buffers
Variants
The buffer is too small to hold the message contents
DupFdFailed(Error)The message contains a FD that could not be dup-ed
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MessageWriteErrorimpl Send for MessageWriteErrorimpl Sync for MessageWriteErrorimpl Unpin for MessageWriteErrorimpl UnwindSafe for MessageWriteErrorBlanket Implementations
Mutably borrows from an owned value. Read more