pub struct PvaDestroyChannelPayload {
pub sid: u32,
pub cid: u32,
}Expand description
DESTROY_CHANNEL payload (cmd=8) Format: sid(4), cid(4)
Fields§
§sid: u32Server channel ID
cid: u32Client channel ID
Implementations§
Trait Implementations§
Source§impl Debug for PvaDestroyChannelPayload
impl Debug for PvaDestroyChannelPayload
Auto Trait Implementations§
impl Freeze for PvaDestroyChannelPayload
impl RefUnwindSafe for PvaDestroyChannelPayload
impl Send for PvaDestroyChannelPayload
impl Sync for PvaDestroyChannelPayload
impl Unpin for PvaDestroyChannelPayload
impl UnsafeUnpin for PvaDestroyChannelPayload
impl UnwindSafe for PvaDestroyChannelPayload
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