Enum wayland_commons::wire::MessageWriteError [−][src]
pub enum MessageWriteError {
BufferTooSmall,
DupFdFailed(Error),
}Error generated when trying to serialize a message into buffers
Variants
BufferTooSmallThe buffer is too small to hold the message contents
DupFdFailed(Error)The message contains a FD that could not be dup-ed
Trait Implementations
impl Debug for MessageWriteError[src]
impl Debug for MessageWriteErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for MessageWriteError[src]
impl Clone for MessageWriteErrorfn clone(&self) -> MessageWriteError[src]
fn clone(&self) -> MessageWriteErrorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for MessageWriteError
impl Send for MessageWriteErrorimpl Sync for MessageWriteError
impl Sync for MessageWriteError