#[repr(C)]pub struct ec_adapter {
pub name: [c_char; 128],
pub desc: [c_char; 128],
pub next: *mut ec_adaptert,
}Fields§
§name: [c_char; 128]§desc: [c_char; 128]§next: *mut ec_adaptertTrait Implementations§
Source§impl Clone for ec_adapter
impl Clone for ec_adapter
Source§fn clone(&self) -> ec_adapter
fn clone(&self) -> ec_adapter
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 moreimpl Copy for ec_adapter
Auto Trait Implementations§
impl Freeze for ec_adapter
impl RefUnwindSafe for ec_adapter
impl !Send for ec_adapter
impl !Sync for ec_adapter
impl Unpin for ec_adapter
impl UnwindSafe for ec_adapter
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