Struct ffmpeg_sys_fframes::AVBlowfish
source · #[repr(C)]pub struct AVBlowfish {
pub p: [u32; 18],
pub s: [[u32; 256]; 4],
}Fields§
§p: [u32; 18]§s: [[u32; 256]; 4]Trait Implementations§
source§impl Clone for AVBlowfish
impl Clone for AVBlowfish
source§fn clone(&self) -> AVBlowfish
fn clone(&self) -> AVBlowfish
Returns a copy 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 AVBlowfish
impl Debug for AVBlowfish
source§impl PartialEq for AVBlowfish
impl PartialEq for AVBlowfish
impl Copy for AVBlowfish
impl Eq for AVBlowfish
impl StructuralPartialEq for AVBlowfish
Auto Trait Implementations§
impl Freeze for AVBlowfish
impl RefUnwindSafe for AVBlowfish
impl Send for AVBlowfish
impl Sync for AVBlowfish
impl Unpin for AVBlowfish
impl UnwindSafe for AVBlowfish
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)