#[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: i32MaxLeaseStartTime: i32LeaseDuration: u32MinLeaseDuration: u32ServerAddress: IPNG_ADDRESSMinAddrCount: u16AddrCount: u16pAddrBuf: *mut u8Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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