#[repr(C, packed)]pub struct CssKey {
pub modulus: [u8; 384],
pub exponent: [u8; 4],
pub signature: [u8; 384],
}
Fields
modulus: [u8; 384]
exponent: [u8; 4]
signature: [u8; 384]
Trait Implementations
impl ContiguousMemory for CssKey
impl Copy for CssKey
Auto Trait Implementations
impl RefUnwindSafe for CssKey
impl Send for CssKey
impl Sync for CssKey
impl Unpin for CssKey
impl UnwindSafe for CssKey
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more