#[repr(C)]pub struct sc_crt {
pub tag: c_uint,
pub usage: c_uint,
pub algo: c_uint,
pub refs: [c_uint; 8],
}Fields§
§tag: c_uint§usage: c_uint§algo: c_uint§refs: [c_uint; 8]Trait Implementations§
Auto Trait Implementations§
impl Freeze for sc_crt
impl RefUnwindSafe for sc_crt
impl Send for sc_crt
impl Sync for sc_crt
impl Unpin for sc_crt
impl UnwindSafe for sc_crt
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