#[repr(C)]pub struct cast_key_st {
pub data: [u32; 32],
pub short_key: c_int,
}
Fields§
§data: [u32; 32]
§short_key: c_int
Trait 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 for cast_key_st
impl PartialEq for cast_key_st
impl Copy for cast_key_st
impl Eq for cast_key_st
impl StructuralPartialEq for cast_key_st
Auto Trait Implementations§
impl Freeze for cast_key_st
impl RefUnwindSafe for cast_key_st
impl Send for cast_key_st
impl Sync for cast_key_st
impl Unpin for cast_key_st
impl UnwindSafe for cast_key_st
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