pub struct SideDataAlloc { /* private fields */ }Expand description
Payload for PacketBuildError::SideDataAlloc.
FFmpeg refused the side-data allocation.
Implementations§
Trait Implementations§
Source§impl Clone for SideDataAlloc
impl Clone for SideDataAlloc
Source§fn clone(&self) -> SideDataAlloc
fn clone(&self) -> SideDataAlloc
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SideDataAlloc
impl Debug for SideDataAlloc
Source§impl Display for SideDataAlloc
impl Display for SideDataAlloc
impl Eq for SideDataAlloc
Source§impl Error for SideDataAlloc
impl Error for SideDataAlloc
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl From<SideDataAlloc> for PacketBuildError
impl From<SideDataAlloc> for PacketBuildError
Source§fn from(source: SideDataAlloc) -> Self
fn from(source: SideDataAlloc) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SideDataAlloc
impl PartialEq for SideDataAlloc
impl StructuralPartialEq for SideDataAlloc
Auto Trait Implementations§
impl Freeze for SideDataAlloc
impl RefUnwindSafe for SideDataAlloc
impl Send for SideDataAlloc
impl Sync for SideDataAlloc
impl Unpin for SideDataAlloc
impl UnsafeUnpin for SideDataAlloc
impl UnwindSafe for SideDataAlloc
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