video: derive Debug
This commit is contained in:
parent
818df27288
commit
68973748fd
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,7 @@ impl From<u64> for Position {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[derive(Debug)]
|
||||||
pub(crate) struct Internal {
|
pub(crate) struct Internal {
|
||||||
pub(crate) id: u64,
|
pub(crate) id: u64,
|
||||||
|
|
||||||
|
@ -174,6 +175,7 @@ impl Internal {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// A multimedia video loaded from a URI (e.g., a local file path or HTTP stream).
|
/// A multimedia video loaded from a URI (e.g., a local file path or HTTP stream).
|
||||||
|
#[derive(Debug)]
|
||||||
pub struct Video(pub(crate) RefCell<Internal>);
|
pub struct Video(pub(crate) RefCell<Internal>);
|
||||||
|
|
||||||
impl Drop for Video {
|
impl Drop for Video {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue