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