Expand description
Required features: ‘Win32_NetworkManagement_Multicast’
Fields
ClientUID: *mut u8ClientUIDLength: u32Trait Implementations
impl Clone for MCAST_CLIENT_UID
impl Clone for MCAST_CLIENT_UID
impl Copy for MCAST_CLIENT_UID
Auto Trait Implementations
impl RefUnwindSafe for MCAST_CLIENT_UID
impl !Send for MCAST_CLIENT_UID
impl !Sync for MCAST_CLIENT_UID
impl Unpin for MCAST_CLIENT_UID
impl UnwindSafe for MCAST_CLIENT_UID
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