#[repr(C)]pub struct xsd_sockmsg {
pub type_: u32,
pub req_id: u32,
pub tx_id: u32,
pub len: u32,
}Fields§
§type_: u32§req_id: u32§tx_id: u32§len: u32Trait Implementations§
Source§impl Clone for xsd_sockmsg
impl Clone for xsd_sockmsg
Source§fn clone(&self) -> xsd_sockmsg
fn clone(&self) -> xsd_sockmsg
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 xsd_sockmsg
impl Debug for xsd_sockmsg
Source§impl Default for xsd_sockmsg
impl Default for xsd_sockmsg
Source§fn default() -> xsd_sockmsg
fn default() -> xsd_sockmsg
Returns the “default value” for a type. Read more
impl Copy for xsd_sockmsg
Auto Trait Implementations§
impl Freeze for xsd_sockmsg
impl RefUnwindSafe for xsd_sockmsg
impl Send for xsd_sockmsg
impl Sync for xsd_sockmsg
impl Unpin for xsd_sockmsg
impl UnwindSafe for xsd_sockmsg
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