Enum pyo3::buffer::ElementType [−][src]
pub enum ElementType {
SignedInteger {
bytes: usize,
},
UnsignedInteger {
bytes: usize,
},
Bool,
Float {
bytes: usize,
},
Unknown,
}
Variants
SignedInteger
Fields
bytes: usize
UnsignedInteger
Fields
bytes: usize
Bool
Float
Fields
bytes: usize
Unknown
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