#[repr(C)]pub struct MCAST_LEASE_RESPONSE {
pub LeaseStartTime: i32,
pub LeaseEndTime: i32,
pub ServerAddress: IPNG_ADDRESS,
pub AddrCount: u16,
pub pAddrBuf: *mut u8,
}
Expand description
Required features: ‘Win32_NetworkManagement_Multicast’
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more