pub type TRUST_TOKEN = trust_token_st;
Aliased Type§
struct TRUST_TOKEN {
pub data: *mut u8,
pub len: usize,
}
Fields§
§data: *mut u8
§len: usize
Trait Implementations
Source§impl Clone for trust_token_st
impl Clone for trust_token_st
Source§fn clone(&self) -> trust_token_st
fn clone(&self) -> trust_token_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 more