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
Tuple Fields of DupFdFailed
0: ErrorTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MessageWriteError
impl Send for MessageWriteError
impl Sync for MessageWriteError
impl Unpin for MessageWriteError
impl UnwindSafe for MessageWriteError
Blanket Implementations
Mutably borrows from an owned value. Read more