#[repr(C)]pub struct MCAST_LEASE_REQUEST {
pub LeaseStartTime: i32,
pub MaxLeaseStartTime: i32,
pub LeaseDuration: u32,
pub MinLeaseDuration: u32,
pub ServerAddress: IPNG_ADDRESS,
pub MinAddrCount: u16,
pub AddrCount: u16,
pub pAddrBuf: *mut u8,
}
Expand description
Required features: "Win32_NetworkManagement_Multicast"
Fields
LeaseStartTime: i32
MaxLeaseStartTime: i32
LeaseDuration: u32
MinLeaseDuration: u32
ServerAddress: IPNG_ADDRESS
MinAddrCount: u16
AddrCount: u16
pAddrBuf: *mut u8
Trait Implementations
impl Clone for MCAST_LEASE_REQUEST
impl Clone for MCAST_LEASE_REQUEST
impl Copy for MCAST_LEASE_REQUEST
Auto Trait Implementations
impl RefUnwindSafe for MCAST_LEASE_REQUEST
impl !Send for MCAST_LEASE_REQUEST
impl !Sync for MCAST_LEASE_REQUEST
impl Unpin for MCAST_LEASE_REQUEST
impl UnwindSafe for MCAST_LEASE_REQUEST
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more