pub struct MF_SERVICE(/* private fields */);
Available on crate features
kernel
and mf
only.Expand description
IMFGetService::GetService
service_guid
(GUID
).
Originally has MF
, MFNET
and MR
prefixes.
Implementations§
Source§impl MF_SERVICE
impl MF_SERVICE
Source§impl MF_SERVICE
impl MF_SERVICE
pub const MR_VIDEO_RENDER_SERVICE: MF_SERVICE
pub const MR_VIDEO_MIXER_SERVICE: MF_SERVICE
pub const MR_VIDEO_ACCELERATION_SERVICE: MF_SERVICE
pub const MR_BUFFER_SERVICE: MF_SERVICE
Trait Implementations§
Source§impl AsRef<GUID> for MF_SERVICE
impl AsRef<GUID> for MF_SERVICE
Source§impl Clone for MF_SERVICE
impl Clone for MF_SERVICE
Source§fn clone(&self) -> MF_SERVICE
fn clone(&self) -> MF_SERVICE
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MF_SERVICE
impl Debug for MF_SERVICE
Source§impl Default for MF_SERVICE
impl Default for MF_SERVICE
Source§fn default() -> MF_SERVICE
fn default() -> MF_SERVICE
Returns the “default value” for a type. Read more
Source§impl Display for MF_SERVICE
impl Display for MF_SERVICE
Source§impl From<GUID> for MF_SERVICE
impl From<GUID> for MF_SERVICE
Source§impl Hash for MF_SERVICE
impl Hash for MF_SERVICE
Source§impl PartialEq for MF_SERVICE
impl PartialEq for MF_SERVICE
impl Copy for MF_SERVICE
impl Eq for MF_SERVICE
impl StructuralPartialEq for MF_SERVICE
Auto Trait Implementations§
impl Freeze for MF_SERVICE
impl RefUnwindSafe for MF_SERVICE
impl Send for MF_SERVICE
impl Sync for MF_SERVICE
impl Unpin for MF_SERVICE
impl UnwindSafe for MF_SERVICE
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