pub enum PlayReadyFactoryStoreProviderRequest {
GetFactoryStore {
dir: ServerEnd<DirectoryMarker>,
control_handle: PlayReadyFactoryStoreProviderControlHandle,
},
}
Expand description
This protocol exposes a method to connect to a directory containing PlayReady-specific factory data: public certificates and keys for authentication with PlayReady systems.
Variants§
GetFactoryStore
Implementations§
Source§impl PlayReadyFactoryStoreProviderRequest
impl PlayReadyFactoryStoreProviderRequest
pub fn into_get_factory_store( self, ) -> Option<(ServerEnd<DirectoryMarker>, PlayReadyFactoryStoreProviderControlHandle)>
Sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlayReadyFactoryStoreProviderRequest
impl !RefUnwindSafe for PlayReadyFactoryStoreProviderRequest
impl Send for PlayReadyFactoryStoreProviderRequest
impl Sync for PlayReadyFactoryStoreProviderRequest
impl Unpin for PlayReadyFactoryStoreProviderRequest
impl !UnwindSafe for PlayReadyFactoryStoreProviderRequest
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