#[repr(C)]pub struct sc_iin {
pub mii: c_uchar,
pub country: c_uint,
pub issuer_id: c_ulong,
}
Fields§
§mii: c_uchar
§country: c_uint
§issuer_id: c_ulong
Trait Implementations§
Auto Trait Implementations§
impl Freeze for sc_iin
impl RefUnwindSafe for sc_iin
impl Send for sc_iin
impl Sync for sc_iin
impl Unpin for sc_iin
impl UnwindSafe for sc_iin
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