Struct screen_13::driver::QueueFamily
source · [−]pub struct QueueFamily {
pub idx: u32,
pub props: QueueFamilyProperties,
}Fields
idx: u32props: QueueFamilyPropertiesTrait Implementations
sourceimpl Clone for QueueFamily
impl Clone for QueueFamily
sourcefn clone(&self) -> QueueFamily
fn clone(&self) -> QueueFamily
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for QueueFamily
impl Debug for QueueFamily
sourceimpl Hash for QueueFamily
impl Hash for QueueFamily
sourceimpl PartialEq<QueueFamily> for QueueFamily
impl PartialEq<QueueFamily> for QueueFamily
sourcefn eq(&self, other: &QueueFamily) -> bool
fn eq(&self, other: &QueueFamily) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &QueueFamily) -> bool
fn ne(&self, other: &QueueFamily) -> bool
This method tests for !=.
impl Copy for QueueFamily
impl Eq for QueueFamily
impl StructuralEq for QueueFamily
impl StructuralPartialEq for QueueFamily
Auto Trait Implementations
impl RefUnwindSafe for QueueFamily
impl Send for QueueFamily
impl Sync for QueueFamily
impl Unpin for QueueFamily
impl UnwindSafe for QueueFamily
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more