#[repr(C)]pub struct sc_supported_algo_info {
pub reference: c_uint,
pub mechanism: c_uint,
pub parameters: *mut sc_object_id,
pub operations: c_uint,
pub algo_id: sc_object_id,
pub algo_ref: c_uint,
}
Fields§
§reference: c_uint
§mechanism: c_uint
§parameters: *mut sc_object_id
§operations: c_uint
§algo_id: sc_object_id
§algo_ref: c_uint
Trait Implementations§
Source§impl Clone for sc_supported_algo_info
impl Clone for sc_supported_algo_info
Source§fn clone(&self) -> sc_supported_algo_info
fn clone(&self) -> sc_supported_algo_info
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 Debug for sc_supported_algo_info
impl Debug for sc_supported_algo_info
impl Copy for sc_supported_algo_info
Auto Trait Implementations§
impl Freeze for sc_supported_algo_info
impl RefUnwindSafe for sc_supported_algo_info
impl !Send for sc_supported_algo_info
impl !Sync for sc_supported_algo_info
impl Unpin for sc_supported_algo_info
impl UnwindSafe for sc_supported_algo_info
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