pub struct PlaydateVideo { /* private fields */ }Implementations§
Source§impl PlaydateVideo
impl PlaydateVideo
Sourcepub fn use_screen_context(&self, player: &VideoPlayer)
pub fn use_screen_context(&self, player: &VideoPlayer)
Sets the rendering destination for the video player to the screen.
Auto Trait Implementations§
impl Freeze for PlaydateVideo
impl RefUnwindSafe for PlaydateVideo
impl !Send for PlaydateVideo
impl !Sync for PlaydateVideo
impl Unpin for PlaydateVideo
impl UnwindSafe for PlaydateVideo
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