Struct boring_sys::cast_key_st
source · [−]Fields
data: [u32; 32]short_key: c_intTrait Implementations
sourceimpl Clone for cast_key_st
impl Clone for cast_key_st
sourcefn clone(&self) -> cast_key_st
fn clone(&self) -> cast_key_st
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for cast_key_st
impl Debug for cast_key_st
sourceimpl Default for cast_key_st
impl Default for cast_key_st
sourcefn default() -> cast_key_st
fn default() -> cast_key_st
Returns the “default value” for a type. Read more
sourceimpl PartialEq<cast_key_st> for cast_key_st
impl PartialEq<cast_key_st> for cast_key_st
sourcefn eq(&self, other: &cast_key_st) -> bool
fn eq(&self, other: &cast_key_st) -> bool
impl Copy for cast_key_st
impl Eq for cast_key_st
impl StructuralEq for cast_key_st
impl StructuralPartialEq for cast_key_st
Auto Trait Implementations
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
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