Enum magick_rust::bindings::TransmitType
source · #[repr(u32)]pub enum TransmitType {
Undefined = 0,
File = 1,
Blob = 2,
Stream = 3,
Image = 4,
}
Variants§
Trait Implementations§
source§impl Clone for TransmitType
impl Clone for TransmitType
source§fn clone(&self) -> TransmitType
fn clone(&self) -> TransmitType
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 moresource§impl Debug for TransmitType
impl Debug for TransmitType
source§impl Hash for TransmitType
impl Hash for TransmitType
source§impl PartialEq for TransmitType
impl PartialEq for TransmitType
source§fn eq(&self, other: &TransmitType) -> bool
fn eq(&self, other: &TransmitType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TransmitType
impl Eq for TransmitType
impl StructuralPartialEq for TransmitType
Auto Trait Implementations§
impl Freeze for TransmitType
impl RefUnwindSafe for TransmitType
impl Send for TransmitType
impl Sync for TransmitType
impl Unpin for TransmitType
impl UnwindSafe for TransmitType
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)