[][src]Trait dxplr::d3d11::IAuthenticatedChannel

pub trait IAuthenticatedChannel: IDeviceChild {
    fn get_certificate(&self) -> Result<Vec<u8>, HResult>;
fn get_channel_handle(&self) -> Handle; }

Required methods

Loading content...

Implementors

impl IAuthenticatedChannel for AuthenticatedChannel[src]

Loading content...