#[repr(C)]pub struct bf_key_st {
pub P: [u32; 18],
pub S: [u32; 1024],
}
Fields§
§P: [u32; 18]
§S: [u32; 1024]
Trait Implementations§
impl Copy for bf_key_st
impl Eq for bf_key_st
impl StructuralPartialEq for bf_key_st
Auto Trait Implementations§
impl Freeze for bf_key_st
impl RefUnwindSafe for bf_key_st
impl Send for bf_key_st
impl Sync for bf_key_st
impl Unpin for bf_key_st
impl UnwindSafe for bf_key_st
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