#[repr(C)]pub struct AVBlowfish {
pub p: [u32; 18],
pub s: [[u32; 256]; 4],
}Fields§
§p: [u32; 18]§s: [[u32; 256]; 4]trait 实现§
源代码§impl Clone for AVBlowfish
impl Clone for AVBlowfish
源代码§fn clone(&self) -> AVBlowfish
fn clone(&self) -> AVBlowfish
Returns a duplicate of the value. 阅读更多
1.0.0 · 源代码§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
从
source 执行拷贝赋值。 阅读更多源代码§impl PartialEq for AVBlowfish
impl PartialEq for AVBlowfish
impl Copy for AVBlowfish
impl Eq for AVBlowfish
impl StructuralPartialEq for AVBlowfish
自动 trait 实现§
impl Freeze for AVBlowfish
impl RefUnwindSafe for AVBlowfish
impl Send for AVBlowfish
impl Sync for AVBlowfish
impl Unpin for AVBlowfish
impl UnsafeUnpin for AVBlowfish
impl UnwindSafe for AVBlowfish
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多