Struct ocl::flags::CommandQueueProperties [] [src]

pub struct CommandQueueProperties { /* fields omitted */ }

cl_command_queue_properties - bitfield

Methods

impl CommandQueueProperties
[src]

impl CommandQueueProperties
[src]

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 Extend<CommandQueueProperties> for CommandQueueProperties
[src]

impl PartialOrd<CommandQueueProperties> for CommandQueueProperties
[src]

impl Default for CommandQueueProperties
[src]

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

impl BitOr<CommandQueueProperties> for CommandQueueProperties
[src]

Returns the union of the two sets of flags.

impl Copy for CommandQueueProperties
[src]

impl Ord for CommandQueueProperties
[src]

impl BitXorAssign<CommandQueueProperties> for CommandQueueProperties
[src]

Toggles the set of flags.

impl BitOrAssign<CommandQueueProperties> for CommandQueueProperties
[src]

Adds the set of flags.

impl PartialEq<CommandQueueProperties> for CommandQueueProperties
[src]

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
[src]

Returns the set difference of the two sets of flags.

impl BitAnd<CommandQueueProperties> for CommandQueueProperties
[src]

Returns the intersection between the two sets of flags.

impl BitXor<CommandQueueProperties> for CommandQueueProperties
[src]

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

impl Eq for CommandQueueProperties
[src]

impl SubAssign<CommandQueueProperties> for CommandQueueProperties
[src]

Disables all flags enabled in the set.

impl FromIterator<CommandQueueProperties> for CommandQueueProperties
[src]

impl Hash for CommandQueueProperties
[src]

impl BitAndAssign<CommandQueueProperties> for CommandQueueProperties
[src]

Disables all flags disabled in the set.

impl Not for CommandQueueProperties
[src]

Returns the complement of this set of flags.

impl Debug for CommandQueueProperties
[src]

Formats the value using the given formatter.

impl Clone for CommandQueueProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more