Struct IDatagramSocketControl_Vtbl
#[repr(C)]pub struct IDatagramSocketControl_Vtbl {
pub base__: IInspectable_Vtbl,
pub QualityOfService: unsafe extern "system" fn(_: *mut c_void, _: *mut SocketQualityOfService) -> HRESULT,
pub SetQualityOfService: unsafe extern "system" fn(_: *mut c_void, _: SocketQualityOfService) -> HRESULT,
pub OutboundUnicastHopLimit: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT,
pub SetOutboundUnicastHopLimit: unsafe extern "system" fn(_: *mut c_void, _: u8) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§QualityOfService: unsafe extern "system" fn(_: *mut c_void, _: *mut SocketQualityOfService) -> HRESULT
§SetQualityOfService: unsafe extern "system" fn(_: *mut c_void, _: SocketQualityOfService) -> HRESULT
§OutboundUnicastHopLimit: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT
§SetOutboundUnicastHopLimit: unsafe extern "system" fn(_: *mut c_void, _: u8) -> HRESULT
Auto Trait Implementations§
impl Freeze for IDatagramSocketControl_Vtbl
impl RefUnwindSafe for IDatagramSocketControl_Vtbl
impl Send for IDatagramSocketControl_Vtbl
impl Sync for IDatagramSocketControl_Vtbl
impl Unpin for IDatagramSocketControl_Vtbl
impl UnwindSafe for IDatagramSocketControl_Vtbl
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