pub struct MessageHandlerId(/* private fields */);Expand description
ID of a unique, registered VapourSynth message handler.
Note: In VapourSynth v4, the message handler registration system has been removed. This type is kept for backward compatibility but is now a dummy type.
Trait Implementations§
Source§impl Clone for MessageHandlerId
impl Clone for MessageHandlerId
Source§fn clone(&self) -> MessageHandlerId
fn clone(&self) -> MessageHandlerId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MessageHandlerId
impl Debug for MessageHandlerId
Source§impl Hash for MessageHandlerId
impl Hash for MessageHandlerId
Source§impl PartialEq for MessageHandlerId
impl PartialEq for MessageHandlerId
impl Copy for MessageHandlerId
impl Eq for MessageHandlerId
impl StructuralPartialEq for MessageHandlerId
Auto Trait Implementations§
impl Freeze for MessageHandlerId
impl RefUnwindSafe for MessageHandlerId
impl Send for MessageHandlerId
impl Sync for MessageHandlerId
impl Unpin for MessageHandlerId
impl UnwindSafe for MessageHandlerId
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