Struct windows_sys::Win32::NetworkManagement::Multicast::MCAST_CLIENT_UID
#[repr(C)]pub struct MCAST_CLIENT_UID {
pub ClientUID: *mut u8,
pub ClientUIDLength: u32,
}
Fields§
§ClientUID: *mut u8
§ClientUIDLength: u32
Trait 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§
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