#[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
impl Copy for MCAST_LEASE_RESPONSE
Auto Trait Implementations§
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