#[repr(C)]pub struct MCAST_LEASE_RESPONSE {
pub LeaseStartTime: i32,
pub LeaseEndTime: i32,
pub ServerAddress: IPNG_ADDRESS,
pub AddrCount: u16,
pub pAddrBuf: *mut u8,
}
Fields§
§LeaseStartTime: i32
§LeaseEndTime: i32
§ServerAddress: IPNG_ADDRESS
§AddrCount: u16
§pAddrBuf: *mut u8
Trait Implementations§
§impl Clone for MCAST_LEASE_RESPONSE
impl Clone for MCAST_LEASE_RESPONSE
§fn clone(&self) -> MCAST_LEASE_RESPONSE
fn clone(&self) -> MCAST_LEASE_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 moreimpl Copy for MCAST_LEASE_RESPONSE
Auto Trait Implementations§
impl Freeze for MCAST_LEASE_RESPONSE
impl RefUnwindSafe for MCAST_LEASE_RESPONSE
impl !Send for MCAST_LEASE_RESPONSE
impl !Sync for MCAST_LEASE_RESPONSE
impl Unpin for MCAST_LEASE_RESPONSE
impl UnwindSafe for MCAST_LEASE_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)