Struct spoa_sys::ffi::AlignmentType
source · #[repr(transparent)]pub struct AlignmentType {
pub repr: u32,
}Expand description
Enumerates the possible alignment types
Fields§
§repr: u32Implementations§
Trait Implementations§
source§impl Clone for AlignmentType
impl Clone for AlignmentType
source§impl ExternType for AlignmentType
impl ExternType for AlignmentType
source§impl PartialEq<AlignmentType> for AlignmentType
impl PartialEq<AlignmentType> for AlignmentType
source§fn eq(&self, other: &AlignmentType) -> bool
fn eq(&self, other: &AlignmentType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.