pub struct CommandPool(_);Expand description
Implementations
sourceimpl CommandPool
impl CommandPool
pub const fn null() -> CommandPool
Trait Implementations
sourceimpl Clone for CommandPool
impl Clone for CommandPool
sourcefn clone(&self) -> CommandPool
fn clone(&self) -> CommandPool
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CommandPool
impl Debug for CommandPool
sourceimpl Default for CommandPool
impl Default for CommandPool
sourcefn default() -> CommandPool
fn default() -> CommandPool
Returns the “default value” for a type. Read more
sourceimpl Handle for CommandPool
impl Handle for CommandPool
const TYPE: ObjectType = ObjectType::COMMAND_POOL
fn as_raw(self) -> u64
fn from_raw(x: u64) -> CommandPool
sourceimpl Hash for CommandPool
impl Hash for CommandPool
sourceimpl Ord for CommandPool
impl Ord for CommandPool
sourcefn cmp(&self, other: &CommandPool) -> Ordering
fn cmp(&self, other: &CommandPool) -> Ordering
1.21.0 · sourceconst fn max(self, other: Self) -> Selfwhere
Self: Sized,
const fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 · sourceconst fn min(self, other: Self) -> Selfwhere
Self: Sized,
const fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourceconst fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
const fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<CommandPool> for CommandPool
impl PartialEq<CommandPool> for CommandPool
sourcefn eq(&self, other: &CommandPool) -> bool
fn eq(&self, other: &CommandPool) -> bool
sourceimpl PartialOrd<CommandPool> for CommandPool
impl PartialOrd<CommandPool> for CommandPool
sourcefn partial_cmp(&self, other: &CommandPool) -> Option<Ordering>
fn partial_cmp(&self, other: &CommandPool) -> Option<Ordering>
1.0.0 · sourceconst fn le(&self, other: &Rhs) -> bool
const fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresourceimpl Pointer for CommandPool
impl Pointer for CommandPool
impl Copy for CommandPool
impl Eq for CommandPool
impl StructuralEq for CommandPool
impl StructuralPartialEq for CommandPool
Auto Trait Implementations
impl RefUnwindSafe for CommandPool
impl Send for CommandPool
impl Sync for CommandPool
impl Unpin for CommandPool
impl UnwindSafe for CommandPool
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more