#[repr(C)]pub struct GatewayErrorMsg {
pub hd: RecordHeader,
pub err: [c_char; 64],
}Expand description
Gateway error message
hd.rtype = 0x15
Fields§
§hd: RecordHeader§err: [c_char; 64]Trait Implementations§
Source§impl Clone for GatewayErrorMsg
impl Clone for GatewayErrorMsg
Source§fn clone(&self) -> GatewayErrorMsg
fn clone(&self) -> GatewayErrorMsg
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 ConstTypeId for GatewayErrorMsg
impl ConstTypeId for GatewayErrorMsg
Source§const TYPE_ID: u8 = 21u8
const TYPE_ID: u8 = 21u8
The value of
RecordHeader::rtype for the implementing type.Source§impl Debug for GatewayErrorMsg
impl Debug for GatewayErrorMsg
Source§impl PartialEq for GatewayErrorMsg
impl PartialEq for GatewayErrorMsg
impl Eq for GatewayErrorMsg
impl StructuralPartialEq for GatewayErrorMsg
Auto Trait Implementations§
impl Freeze for GatewayErrorMsg
impl RefUnwindSafe for GatewayErrorMsg
impl Send for GatewayErrorMsg
impl Sync for GatewayErrorMsg
impl Unpin for GatewayErrorMsg
impl UnwindSafe for GatewayErrorMsg
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