Enum pyo3::buffer::ElementType [−][src]
pub enum ElementType {
SignedInteger {
bytes: usize,
},
UnsignedInteger {
bytes: usize,
},
Bool,
Float {
bytes: usize,
},
Unknown,
}Variants
SignedInteger
Fields
bytes: usizeUnsignedInteger
Fields
bytes: usizeBool
Float
Fields
bytes: usizeUnknown
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ElementType
impl Send for ElementType
impl Sync for ElementType
impl Unpin for ElementType
impl UnwindSafe for ElementType
Blanket Implementations
Mutably borrows from an owned value. Read more
