Struct dbus::ffidisp::MsgHandlerResult
source · [−]Expand description
The result from MsgHandler::handle.
Fields
handled: bool
Indicates that the message has been dealt with and should not be processed further.
done: bool
Indicates that this MsgHandler no longer wants to receive messages and should be removed.
reply: Vec<Message>
Messages to send (e g, a reply to a method call)
Trait Implementations
sourceimpl Debug for MsgHandlerResult
impl Debug for MsgHandlerResult
sourceimpl Default for MsgHandlerResult
impl Default for MsgHandlerResult
sourcefn default() -> MsgHandlerResult
fn default() -> MsgHandlerResult
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for MsgHandlerResult
impl Send for MsgHandlerResult
impl !Sync for MsgHandlerResult
impl Unpin for MsgHandlerResult
impl UnwindSafe for MsgHandlerResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more