#[repr(C, packed(2))]pub struct HighlightMessage {
pub Version: ULONG,
pub Text: STRPTR,
pub StatusOfPrevBlock: ULONG,
}Fields§
§Version: ULONG§Text: STRPTR§StatusOfPrevBlock: ULONGTrait Implementations§
Source§impl Clone for HighlightMessage
impl Clone for HighlightMessage
Source§fn clone(&self) -> HighlightMessage
fn clone(&self) -> HighlightMessage
Returns a duplicate 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 HighlightMessage
impl Debug for HighlightMessage
impl Copy for HighlightMessage
Auto Trait Implementations§
impl Freeze for HighlightMessage
impl RefUnwindSafe for HighlightMessage
impl !Send for HighlightMessage
impl !Sync for HighlightMessage
impl Unpin for HighlightMessage
impl UnwindSafe for HighlightMessage
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