#[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 moreimpl 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