Struct ocl::flags::CommandQueueProperties []

pub struct CommandQueueProperties { /* fields omitted */ }

cl_command_queue_properties - bitfield

Methods

impl CommandQueueProperties

impl CommandQueueProperties

Returns an empty set of flags.

Returns the set containing all flags.

Returns the raw value of the flags currently stored.

Convert from underlying bit representation, unless that representation contains bits that do not correspond to a flag.

Convert from underlying bit representation, dropping any bits that do not correspond to flags.

Returns true if no flags are currently stored.

Returns true if all flags are currently set.

Returns true if there are flags common to both self and other.

Returns true all of the flags in other are contained within self.

Inserts the specified flags in-place.

Removes the specified flags in-place.

Toggles the specified flags in-place.

Inserts or removes the specified flags depending on the passed value.

Trait Implementations

impl PartialOrd<CommandQueueProperties> for CommandQueueProperties

impl Extend<CommandQueueProperties> for CommandQueueProperties

impl Default for CommandQueueProperties

Returns the "default value" for a type. Read more

impl BitOr<CommandQueueProperties> for CommandQueueProperties

Returns the union of the two sets of flags.

impl Copy for CommandQueueProperties

impl Ord for CommandQueueProperties

impl BitXorAssign<CommandQueueProperties> for CommandQueueProperties

Toggles the set of flags.

impl BitOrAssign<CommandQueueProperties> for CommandQueueProperties

Adds the set of flags.

impl PartialEq<CommandQueueProperties> for CommandQueueProperties

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Sub<CommandQueueProperties> for CommandQueueProperties

Returns the set difference of the two sets of flags.

impl BitAnd<CommandQueueProperties> for CommandQueueProperties

Returns the intersection between the two sets of flags.

impl BitXor<CommandQueueProperties> for CommandQueueProperties

Returns the left flags, but with all the right flags toggled.

impl Eq for CommandQueueProperties

impl SubAssign<CommandQueueProperties> for CommandQueueProperties

Disables all flags enabled in the set.

impl FromIterator<CommandQueueProperties> for CommandQueueProperties

impl Hash for CommandQueueProperties

impl BitAndAssign<CommandQueueProperties> for CommandQueueProperties

Disables all flags disabled in the set.

impl Not for CommandQueueProperties

Returns the complement of this set of flags.

impl Debug for CommandQueueProperties

Formats the value using the given formatter.

impl Clone for CommandQueueProperties

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more