Enum Renderable
#[repr(u8)]pub enum Renderable {
No = 0,
Yes = 1,
}
Variants§
Trait Implementations§
§impl Clone for skgpu_Renderable
impl Clone for skgpu_Renderable
§fn clone(&self) -> skgpu_Renderable
fn clone(&self) -> skgpu_Renderable
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 more§impl Debug for skgpu_Renderable
impl Debug for skgpu_Renderable
§impl Hash for skgpu_Renderable
impl Hash for skgpu_Renderable
§impl PartialEq for skgpu_Renderable
impl PartialEq for skgpu_Renderable
impl Copy for skgpu_Renderable
impl Eq for skgpu_Renderable
impl StructuralPartialEq for skgpu_Renderable
Auto Trait Implementations§
impl Freeze for skgpu_Renderable
impl RefUnwindSafe for skgpu_Renderable
impl Send for skgpu_Renderable
impl Sync for skgpu_Renderable
impl Unpin for skgpu_Renderable
impl UnwindSafe for skgpu_Renderable
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