Type Alias boring_sys::CAST_KEY

source ·
pub type CAST_KEY = cast_key_st;

Aliased Type§

struct CAST_KEY {
    pub data: [u32; 32],
    pub short_key: i32,
}

Fields§

§data: [u32; 32]§short_key: i32

Trait Implementations§

source§

impl Clone for cast_key_st

source§

fn clone(&self) -> cast_key_st

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for cast_key_st

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for cast_key_st

source§

fn default() -> cast_key_st

Returns the “default value” for a type. Read more
source§

impl PartialEq<cast_key_st> for cast_key_st

source§

fn eq(&self, other: &cast_key_st) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for cast_key_st

source§

impl Eq for cast_key_st

source§

impl StructuralEq for cast_key_st

source§

impl StructuralPartialEq for cast_key_st