#[repr(u8)]pub enum SkSurfaceCharacterization_VkRTSupportsInputAttachment {
kNo,
kYes,
}
Variants§
Trait Implementations§
source§impl Clone for SkSurfaceCharacterization_VkRTSupportsInputAttachment
impl Clone for SkSurfaceCharacterization_VkRTSupportsInputAttachment
source§fn clone(&self) -> SkSurfaceCharacterization_VkRTSupportsInputAttachment
fn clone(&self) -> SkSurfaceCharacterization_VkRTSupportsInputAttachment
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<SkSurfaceCharacterization_VkRTSupportsInputAttachment> for SkSurfaceCharacterization_VkRTSupportsInputAttachment
impl PartialEq<SkSurfaceCharacterization_VkRTSupportsInputAttachment> for SkSurfaceCharacterization_VkRTSupportsInputAttachment
source§fn eq(
&self,
other: &SkSurfaceCharacterization_VkRTSupportsInputAttachment
) -> bool
fn eq( &self, other: &SkSurfaceCharacterization_VkRTSupportsInputAttachment ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SkSurfaceCharacterization_VkRTSupportsInputAttachment
impl Eq for SkSurfaceCharacterization_VkRTSupportsInputAttachment
impl StructuralEq for SkSurfaceCharacterization_VkRTSupportsInputAttachment
impl StructuralPartialEq for SkSurfaceCharacterization_VkRTSupportsInputAttachment
Auto Trait Implementations§
impl RefUnwindSafe for SkSurfaceCharacterization_VkRTSupportsInputAttachment
impl Send for SkSurfaceCharacterization_VkRTSupportsInputAttachment
impl Sync for SkSurfaceCharacterization_VkRTSupportsInputAttachment
impl Unpin for SkSurfaceCharacterization_VkRTSupportsInputAttachment
impl UnwindSafe for SkSurfaceCharacterization_VkRTSupportsInputAttachment
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