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