Struct ffmpeg_sys_next::AVBlowfish
source · [−]Fields
p: [u32; 18]s: [[u32; 256]; 4]Trait Implementations
sourceimpl Clone for AVBlowfish
impl Clone for AVBlowfish
sourcefn clone(&self) -> AVBlowfish
fn clone(&self) -> AVBlowfish
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AVBlowfish
impl Debug for AVBlowfish
sourceimpl PartialEq<AVBlowfish> for AVBlowfish
impl PartialEq<AVBlowfish> for AVBlowfish
sourcefn eq(&self, other: &AVBlowfish) -> bool
fn eq(&self, other: &AVBlowfish) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &AVBlowfish) -> bool
fn ne(&self, other: &AVBlowfish) -> bool
This method tests for !=.
impl Copy for AVBlowfish
impl Eq for AVBlowfish
impl StructuralEq for AVBlowfish
impl StructuralPartialEq for AVBlowfish
Auto Trait Implementations
impl RefUnwindSafe for AVBlowfish
impl Send for AVBlowfish
impl Sync for AVBlowfish
impl Unpin for AVBlowfish
impl UnwindSafe for AVBlowfish
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more