Type Alias magick_rust::bindings::TokenInfo
source · pub type TokenInfo = _TokenInfo;
Aliased Type§
struct TokenInfo { /* private fields */ }
Trait Implementations
source§impl Clone for _TokenInfo
impl Clone for _TokenInfo
source§fn clone(&self) -> _TokenInfo
fn clone(&self) -> _TokenInfo
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