Struct MPEG_SERVICE_RESPONSE
#[repr(C, packed(1))]pub struct MPEG_SERVICE_RESPONSE {
pub IPAddress: u32,
pub Port: u16,
}
Fields§
§IPAddress: u32
§Port: u16
Trait Implementations§
§impl Clone for MPEG_SERVICE_RESPONSE
impl Clone for MPEG_SERVICE_RESPONSE
§fn clone(&self) -> MPEG_SERVICE_RESPONSE
fn clone(&self) -> MPEG_SERVICE_RESPONSE
Returns a copy 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 more§impl Default for MPEG_SERVICE_RESPONSE
impl Default for MPEG_SERVICE_RESPONSE
impl Copy for MPEG_SERVICE_RESPONSE
Auto Trait Implementations§
impl Freeze for MPEG_SERVICE_RESPONSE
impl RefUnwindSafe for MPEG_SERVICE_RESPONSE
impl Send for MPEG_SERVICE_RESPONSE
impl Sync for MPEG_SERVICE_RESPONSE
impl Unpin for MPEG_SERVICE_RESPONSE
impl UnwindSafe for MPEG_SERVICE_RESPONSE
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