#[repr(C)]pub struct NoticeField {
pub broker_id: BrokerIdType,
pub content: [u8; 501],
pub url_link: [u8; 201],
}
Fields§
§broker_id: BrokerIdType
§content: [u8; 501]
§url_link: [u8; 201]
Trait Implementations§
Source§impl Clone for NoticeField
impl Clone for NoticeField
Source§fn clone(&self) -> NoticeField
fn clone(&self) -> NoticeField
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 NoticeField
impl Debug for NoticeField
Auto Trait Implementations§
impl Freeze for NoticeField
impl RefUnwindSafe for NoticeField
impl Send for NoticeField
impl Sync for NoticeField
impl Unpin for NoticeField
impl UnwindSafe for NoticeField
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