pub struct Video { /* private fields */ }Expand description
Video media type
Implementations§
Trait Implementations§
Source§impl BamlDecode for Video
impl BamlDecode for Video
Source§fn baml_decode(_holder: &CffiValueHolder) -> Result<Self, BamlError>
fn baml_decode(_holder: &CffiValueHolder) -> Result<Self, BamlError>
Decode from a
CffiValueHolder (outbound schema)Source§impl BamlEncode for Video
impl BamlEncode for Video
Source§fn baml_encode(&self) -> HostValue
fn baml_encode(&self) -> HostValue
Encode to a
HostValue (inbound schema)Auto Trait Implementations§
impl Freeze for Video
impl RefUnwindSafe for Video
impl Send for Video
impl Sync for Video
impl Unpin for Video
impl UnwindSafe for Video
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