MCPcopy Create free account
hub / github.com/RustOtomeLab/RustEng / default

Method default

src/media/video_player.rs:44–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42
43impl VideoContext {
44 pub(crate) fn default() -> Self {
45 VideoContext {
46 video_player: None,
47 video_timer: None,
48 }
49 }
50
51 pub(crate) fn set_video_player(&mut self, player: VideoPlayer) {
52 self.video_player = Some(player);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected