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