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