#[repr(C)]pub struct sc_algorithm_id {
pub algorithm: c_uint,
pub oid: sc_object_id,
pub params: *mut c_void,
}
Fields§
§algorithm: c_uint
§oid: sc_object_id
§params: *mut c_void
Trait Implementations§
Source§impl Clone for sc_algorithm_id
impl Clone for sc_algorithm_id
Source§fn clone(&self) -> sc_algorithm_id
fn clone(&self) -> sc_algorithm_id
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_algorithm_id
impl Debug for sc_algorithm_id
impl Copy for sc_algorithm_id
Auto Trait Implementations§
impl Freeze for sc_algorithm_id
impl RefUnwindSafe for sc_algorithm_id
impl !Send for sc_algorithm_id
impl !Sync for sc_algorithm_id
impl Unpin for sc_algorithm_id
impl UnwindSafe for sc_algorithm_id
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