Struct termusiclib::ueberzug::UeInstance
source · pub struct UeInstance { /* private fields */ }Expand description
Run ueberzug commands
If there is a permanent error (like ueberzug not being installed), will silently ignore all commands after initial error
Implementations§
source§impl UeInstance
impl UeInstance
Trait Implementations§
source§impl Debug for UeInstance
impl Debug for UeInstance
Auto Trait Implementations§
impl Freeze for UeInstance
impl RefUnwindSafe for UeInstance
impl Send for UeInstance
impl Sync for UeInstance
impl Unpin for UeInstance
impl UnwindSafe for UeInstance
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<R, P> ReadPrimitive<R> for P
impl<R, P> ReadPrimitive<R> for P
source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian().