Struct windows::Media::MediaMarkerTypes
pub struct MediaMarkerTypes;
Implementations§
§impl MediaMarkerTypes
impl MediaMarkerTypes
pub fn Bookmark() -> Result<HSTRING>
Auto Trait Implementations§
impl Freeze for MediaMarkerTypes
impl RefUnwindSafe for MediaMarkerTypes
impl Send for MediaMarkerTypes
impl Sync for MediaMarkerTypes
impl Unpin for MediaMarkerTypes
impl UnwindSafe for MediaMarkerTypes
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