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
BufferTooSmall
The buffer is too small to hold the message contents
DupFdFailed(Error)
Tuple Fields
0: Error
The message contains a FD that could not be dup-ed
Trait 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