pub struct ChildCounts {
pub buffers: u32,
pub programs: u32,
pub queues: u32,
pub events: u32,
}Fields§
§buffers: u32§programs: u32§queues: u32§events: u32Implementations§
Trait Implementations§
Source§impl Clone for ChildCounts
impl Clone for ChildCounts
Source§fn clone(&self) -> ChildCounts
fn clone(&self) -> ChildCounts
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ChildCounts
Source§impl Debug for ChildCounts
impl Debug for ChildCounts
Source§impl Default for ChildCounts
impl Default for ChildCounts
Source§fn default() -> ChildCounts
fn default() -> ChildCounts
Returns the “default value” for a type. Read more
impl Eq for ChildCounts
Source§impl PartialEq for ChildCounts
impl PartialEq for ChildCounts
impl StructuralPartialEq for ChildCounts
Auto Trait Implementations§
impl Freeze for ChildCounts
impl RefUnwindSafe for ChildCounts
impl Send for ChildCounts
impl Sync for ChildCounts
impl Unpin for ChildCounts
impl UnsafeUnpin for ChildCounts
impl UnwindSafe for ChildCounts
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more