Enum wayland_commons::wire::MessageWriteError
source · 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)
The message contains a FD that could not be dup-ed
Trait Implementations§
source§impl Clone for MessageWriteError
impl Clone for MessageWriteError
source§fn clone(&self) -> MessageWriteError
fn clone(&self) -> MessageWriteError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more