pub struct Message<'a>(/* private fields */);Expand description
Implementations§
Source§impl<'a> Message<'a>
impl<'a> Message<'a>
Sourcepub fn description(&self) -> &str
pub fn description(&self) -> &str
Returns the description associated with self.
pub fn group_info(&self, num_in_group_tag: TagU32) -> Option<TagU32>
Sourcepub fn component_id(&self) -> u32
pub fn component_id(&self) -> u32
Returns the component ID of self.
pub fn layout(&self) -> impl Iterator<Item = LayoutItem<'_>>
pub fn fixml_required(&self) -> bool
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Message<'a>
impl<'a> RefUnwindSafe for Message<'a>
impl<'a> Send for Message<'a>
impl<'a> Sync for Message<'a>
impl<'a> Unpin for Message<'a>
impl<'a> UnwindSafe for Message<'a>
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