Struct windows_sys::Win32::Networking::WinSock::TRANSPORT_SETTING_ID
#[repr(C)]pub struct TRANSPORT_SETTING_ID {
pub Guid: GUID,
}
Fields§
§Guid: GUID
Trait Implementations§
§impl Clone for TRANSPORT_SETTING_ID
impl Clone for TRANSPORT_SETTING_ID
impl Copy for TRANSPORT_SETTING_ID
Auto Trait Implementations§
impl RefUnwindSafe for TRANSPORT_SETTING_ID
impl Send for TRANSPORT_SETTING_ID
impl Sync for TRANSPORT_SETTING_ID
impl Unpin for TRANSPORT_SETTING_ID
impl UnwindSafe for TRANSPORT_SETTING_ID
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