#[repr(C)]pub struct sc_aid {
pub value: [c_uchar; 16],
pub len: size_t,
}Fields§
§value: [c_uchar; 16]§len: size_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for sc_aid
impl RefUnwindSafe for sc_aid
impl Send for sc_aid
impl Sync for sc_aid
impl Unpin for sc_aid
impl UnwindSafe for sc_aid
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