Struct AVBlowfish
#[repr(C)]pub struct AVBlowfish {
pub p: [u32; 18],
pub s: [[u32; 256]; 4],
}
Fields§
§p: [u32; 18]
§s: [[u32; 256]; 4]
Trait Implementations§
§impl Clone for AVBlowfish
impl Clone for AVBlowfish
§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 more§impl Debug for AVBlowfish
impl Debug for AVBlowfish
impl Copy 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