pub struct upscaler_ctx_t { /* private fields */ }Trait Implementations§
Source§impl Clone for upscaler_ctx_t
impl Clone for upscaler_ctx_t
Source§fn clone(&self) -> upscaler_ctx_t
fn clone(&self) -> upscaler_ctx_t
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 upscaler_ctx_t
impl Debug for upscaler_ctx_t
impl Copy for upscaler_ctx_t
Auto Trait Implementations§
impl Freeze for upscaler_ctx_t
impl RefUnwindSafe for upscaler_ctx_t
impl Send for upscaler_ctx_t
impl Sync for upscaler_ctx_t
impl Unpin for upscaler_ctx_t
impl UnwindSafe for upscaler_ctx_t
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