pub struct Video { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Ext for Video
impl Ext for Video
fn name(&self) -> String
fn instantiate(&mut self, _path: Path)
fn incoming_ports(&self) -> Vec<PortName>
fn update( &mut self, _path: Path, portname: &PortName, value: Value ) -> Vec<(PortName, Value)>
fn clock(&mut self, _path: Path) -> Vec<(PortName, Value)>
fn reset(&mut self, _path: Path) -> Vec<(PortName, Value)>
fn outgoing_ports(&self) -> Vec<PortName>
Auto Trait Implementations§
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