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: i32Trait Implementations§
source§impl Clone for cast_key_st
impl Clone for cast_key_st
source§fn clone(&self) -> cast_key_st
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for cast_key_st
impl Debug for cast_key_st
source§impl Default for cast_key_st
impl Default for cast_key_st
source§fn default() -> cast_key_st
fn default() -> cast_key_st
Returns the “default value” for a type. Read more
source§impl PartialEq<cast_key_st> for cast_key_st
impl PartialEq<cast_key_st> for cast_key_st
source§fn eq(&self, other: &cast_key_st) -> bool
fn eq(&self, other: &cast_key_st) -> bool
This method tests for
self and other values to be equal, and is used
by ==.