#[repr(C)]pub struct DebugScreenCapture {}Expand description
Implementations§
Source§impl DebugScreenCapture
impl DebugScreenCapture
Sourcepub fn set_image_format(&mut self, value: impl Into<TextureFormat>)
pub fn set_image_format(&mut self, value: impl Into<TextureFormat>)
set_imageFormat(crate::unity_engine::textureformat::TextureFormat) overload
Sourcepub fn set_height(&mut self, value: impl Into<i32>)
pub fn set_height(&mut self, value: impl Into<i32>)
set_height(i32) overload
Source§impl DebugScreenCapture
impl DebugScreenCapture
pub fn set_image_format_method_info() -> &'static MethodInfo
pub fn set_width_method_info() -> &'static MethodInfo
pub fn set_height_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for DebugScreenCapture
impl ClassIdentity for DebugScreenCapture
Source§impl Clone for DebugScreenCapture
impl Clone for DebugScreenCapture
Source§fn clone(&self) -> DebugScreenCapture
fn clone(&self) -> DebugScreenCapture
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 moreimpl Copy for DebugScreenCapture
Auto Trait Implementations§
impl Freeze for DebugScreenCapture
impl RefUnwindSafe for DebugScreenCapture
impl Send for DebugScreenCapture
impl Sync for DebugScreenCapture
impl Unpin for DebugScreenCapture
impl UnwindSafe for DebugScreenCapture
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)