Struct wayrs_client::interface::MessageDesc
source · pub struct MessageDesc {
pub name: &'static str,
pub is_destructor: bool,
pub signature: &'static [ArgType],
}
Fields§
§name: &'static str
§is_destructor: bool
§signature: &'static [ArgType]
Trait Implementations§
source§impl Clone for MessageDesc
impl Clone for MessageDesc
source§fn clone(&self) -> MessageDesc
fn clone(&self) -> MessageDesc
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 moresource§impl Debug for MessageDesc
impl Debug for MessageDesc
impl Copy for MessageDesc
Auto Trait Implementations§
impl RefUnwindSafe for MessageDesc
impl Send for MessageDesc
impl Sync for MessageDesc
impl Unpin for MessageDesc
impl UnwindSafe for MessageDesc
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more