#[repr(C)]pub struct xtea_context {
pub k: [u32; 4],
}Fields§
§k: [u32; 4]Trait Implementations§
Source§impl Clone for xtea_context
impl Clone for xtea_context
Source§fn clone(&self) -> xtea_context
fn clone(&self) -> xtea_context
Returns a duplicate 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 Default for xtea_context
impl Default for xtea_context
Source§fn default() -> xtea_context
fn default() -> xtea_context
Returns the “default value” for a type. Read more
impl Copy for xtea_context
Auto Trait Implementations§
impl Freeze for xtea_context
impl RefUnwindSafe for xtea_context
impl Send for xtea_context
impl Sync for xtea_context
impl Unpin for xtea_context
impl UnwindSafe for xtea_context
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