#[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 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 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
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