#[repr(C)]pub struct bn_gencb_st {
pub type_: u8,
pub arg: *mut c_void,
pub callback: bn_gencb_st__bindgen_ty_1,
}
Fields§
§type_: u8
§arg: *mut c_void
§callback: bn_gencb_st__bindgen_ty_1
Trait Implementations§
Source§impl Clone for bn_gencb_st
impl Clone for bn_gencb_st
Source§fn clone(&self) -> bn_gencb_st
fn clone(&self) -> bn_gencb_st
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 Default for bn_gencb_st
impl Default for bn_gencb_st
impl Copy for bn_gencb_st
Auto Trait Implementations§
impl Freeze for bn_gencb_st
impl RefUnwindSafe for bn_gencb_st
impl !Send for bn_gencb_st
impl !Sync for bn_gencb_st
impl Unpin for bn_gencb_st
impl UnwindSafe for bn_gencb_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