#[repr(packed(1))]pub struct MsgGSDeny { /* private fields */ }
Trait Implementations§
Source§impl DeserializableBytes for MsgGSDeny
impl DeserializableBytes for MsgGSDeny
fn from_bytes(packet_data: &[u8]) -> Self
Source§impl<'de> Deserialize<'de> for MsgGSDeny
impl<'de> Deserialize<'de> for MsgGSDeny
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl MessageBodyExt for MsgGSDeny
impl MessageBodyExt for MsgGSDeny
impl Copy for MsgGSDeny
impl Eq for MsgGSDeny
impl StructuralPartialEq for MsgGSDeny
Auto Trait Implementations§
impl Freeze for MsgGSDeny
impl RefUnwindSafe for MsgGSDeny
impl Send for MsgGSDeny
impl Sync for MsgGSDeny
impl Unpin for MsgGSDeny
impl UnwindSafe for MsgGSDeny
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