Struct IWdsTransportServicePolicy2_Vtbl
#[repr(C)]pub struct IWdsTransportServicePolicy2_Vtbl {
pub base__: IWdsTransportServicePolicy_Vtbl,
pub UdpPortPolicy: unsafe extern "system" fn(_: *mut c_void, _: *mut WDSTRANSPORT_UDP_PORT_POLICY) -> HRESULT,
pub SetUdpPortPolicy: unsafe extern "system" fn(_: *mut c_void, _: WDSTRANSPORT_UDP_PORT_POLICY) -> HRESULT,
pub TftpMaximumBlockSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetTftpMaximumBlockSize: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub EnableTftpVariableWindowExtension: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetEnableTftpVariableWindowExtension: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
}Fields§
§base__: IWdsTransportServicePolicy_Vtbl§UdpPortPolicy: unsafe extern "system" fn(_: *mut c_void, _: *mut WDSTRANSPORT_UDP_PORT_POLICY) -> HRESULT§SetUdpPortPolicy: unsafe extern "system" fn(_: *mut c_void, _: WDSTRANSPORT_UDP_PORT_POLICY) -> HRESULT§TftpMaximumBlockSize: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetTftpMaximumBlockSize: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§EnableTftpVariableWindowExtension: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetEnableTftpVariableWindowExtension: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULTImplementations§
§impl IWdsTransportServicePolicy2_Vtbl
impl IWdsTransportServicePolicy2_Vtbl
pub const fn new<Identity: IWdsTransportServicePolicy2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWdsTransportServicePolicy2_Vtbl
impl RefUnwindSafe for IWdsTransportServicePolicy2_Vtbl
impl Send for IWdsTransportServicePolicy2_Vtbl
impl Sync for IWdsTransportServicePolicy2_Vtbl
impl Unpin for IWdsTransportServicePolicy2_Vtbl
impl UnwindSafe for IWdsTransportServicePolicy2_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