#[repr(C)]pub struct sc_remote_apdu {
pub sbuf: [c_uchar; 522],
pub rbuf: [c_uchar; 522],
pub apdu: sc_apdu,
pub flags: c_uint,
pub next: *mut sc_remote_apdu,
}Fields§
§sbuf: [c_uchar; 522]§rbuf: [c_uchar; 522]§apdu: sc_apdu§flags: c_uint§next: *mut sc_remote_apduTrait Implementations§
Source§impl Clone for sc_remote_apdu
impl Clone for sc_remote_apdu
Source§fn clone(&self) -> sc_remote_apdu
fn clone(&self) -> sc_remote_apdu
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 sc_remote_apdu
Auto Trait Implementations§
impl Freeze for sc_remote_apdu
impl RefUnwindSafe for sc_remote_apdu
impl !Send for sc_remote_apdu
impl !Sync for sc_remote_apdu
impl Unpin for sc_remote_apdu
impl UnwindSafe for sc_remote_apdu
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