#[repr(C)]pub struct CopyTextureSupport {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl CopyTextureSupport
impl CopyTextureSupport
pub fn none() -> Self
pub fn basic() -> Self
pub fn copy3_d() -> Self
pub fn different_types() -> Self
pub fn texture_to_rt() -> Self
pub fn rt_to_texture() -> Self
Trait Implementations§
Source§impl ClassIdentity for CopyTextureSupport
impl ClassIdentity for CopyTextureSupport
Source§impl Clone for CopyTextureSupport
impl Clone for CopyTextureSupport
Source§fn clone(&self) -> CopyTextureSupport
fn clone(&self) -> CopyTextureSupport
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CopyTextureSupport
impl Debug for CopyTextureSupport
Source§impl PartialEq for CopyTextureSupport
impl PartialEq for CopyTextureSupport
impl Copy for CopyTextureSupport
impl Eq for CopyTextureSupport
impl StructuralPartialEq for CopyTextureSupport
Auto Trait Implementations§
impl Freeze for CopyTextureSupport
impl RefUnwindSafe for CopyTextureSupport
impl Send for CopyTextureSupport
impl Sync for CopyTextureSupport
impl Unpin for CopyTextureSupport
impl UnwindSafe for CopyTextureSupport
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)