pub struct Entrypoint(/* private fields */);Expand description
An entrypoint represents a specific operation on image or video data.
Implementations§
Source§impl Entrypoint
impl Entrypoint
pub const IZZ: Self
pub const IDCT: Self
pub const MoComp: Self
pub const Deblocking: Self
Sourcepub const EncPicture: Self
pub const EncPicture: Self
Picture encoding (eg. for JPEGs)
pub const EncSliceLP: Self
Sourcepub const VideoProc: Self
pub const VideoProc: Self
The video processing API. See crate::vpp for more info.
pub const Stats: Self
pub const ProtectedTEEComm: Self
pub const ProtectedContent: Self
Trait Implementations§
Source§impl Clone for Entrypoint
impl Clone for Entrypoint
Source§fn clone(&self) -> Entrypoint
fn clone(&self) -> Entrypoint
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 Entrypoint
impl Debug for Entrypoint
Source§impl PartialEq for Entrypoint
impl PartialEq for Entrypoint
impl Copy for Entrypoint
impl Eq for Entrypoint
impl StructuralPartialEq for Entrypoint
Auto Trait Implementations§
impl Freeze for Entrypoint
impl RefUnwindSafe for Entrypoint
impl Send for Entrypoint
impl Sync for Entrypoint
impl Unpin for Entrypoint
impl UnwindSafe for Entrypoint
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