Struct IWSDUdpAddress_Vtbl
#[repr(C)]pub struct IWSDUdpAddress_Vtbl {
pub base__: IWSDTransportAddress_Vtbl,
pub SetSockaddr: unsafe extern "system" fn(_: *mut c_void, _: *const SOCKADDR_STORAGE) -> HRESULT,
pub GetSockaddr: unsafe extern "system" fn(_: *mut c_void, _: *mut SOCKADDR_STORAGE) -> HRESULT,
pub SetExclusive: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub GetExclusive: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetMessageType: unsafe extern "system" fn(_: *mut c_void, _: WSDUdpMessageType) -> HRESULT,
pub GetMessageType: unsafe extern "system" fn(_: *mut c_void, _: *mut WSDUdpMessageType) -> HRESULT,
pub SetTTL: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetTTL: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetAlias: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT,
pub GetAlias: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
}
Fields§
§base__: IWSDTransportAddress_Vtbl
§SetSockaddr: unsafe extern "system" fn(_: *mut c_void, _: *const SOCKADDR_STORAGE) -> HRESULT
§GetSockaddr: unsafe extern "system" fn(_: *mut c_void, _: *mut SOCKADDR_STORAGE) -> HRESULT
§SetExclusive: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§GetExclusive: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SetMessageType: unsafe extern "system" fn(_: *mut c_void, _: WSDUdpMessageType) -> HRESULT
§GetMessageType: unsafe extern "system" fn(_: *mut c_void, _: *mut WSDUdpMessageType) -> HRESULT
§SetTTL: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§GetTTL: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetAlias: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT
§GetAlias: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
Implementations§
§impl IWSDUdpAddress_Vtbl
impl IWSDUdpAddress_Vtbl
pub const fn new<Identity: IWSDUdpAddress_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWSDUdpAddress_Vtbl
impl RefUnwindSafe for IWSDUdpAddress_Vtbl
impl Send for IWSDUdpAddress_Vtbl
impl Sync for IWSDUdpAddress_Vtbl
impl Unpin for IWSDUdpAddress_Vtbl
impl UnwindSafe for IWSDUdpAddress_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