Struct vulkanalia_sys::Bitfield24_8
source · [−]#[repr(transparent)]pub struct Bitfield24_8(_);Expand description
A pair of bitfields stored in an u32.
low- 24 least significant bitshigh- 8 most significant bits
Implementations
Stores a pair of bitfields in an u32.
NOTE: low will be truncated to fit in a 24-bit unsigned integer.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for Bitfield24_8
impl Send for Bitfield24_8
impl Sync for Bitfield24_8
impl Unpin for Bitfield24_8
impl UnwindSafe for Bitfield24_8
Blanket Implementations
Mutably borrows from an owned value. Read more