#[repr(C)]pub struct ShadowSliceData {
pub view_matrix: Matrix4x4,
pub projection_matrix: Matrix4x4,
pub shadow_transform: Matrix4x4,
pub offset_x: i32,
pub offset_y: i32,
pub resolution: i32,
}Expand description
Fields§
§view_matrix: Matrix4x4§projection_matrix: Matrix4x4§shadow_transform: Matrix4x4§offset_x: i32§offset_y: i32§resolution: i32Implementations§
Source§impl ShadowSliceData
impl ShadowSliceData
pub fn clear_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for ShadowSliceData
impl ClassIdentity for ShadowSliceData
Source§impl Clone for ShadowSliceData
impl Clone for ShadowSliceData
Source§fn clone(&self) -> ShadowSliceData
fn clone(&self) -> ShadowSliceData
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 ShadowSliceData
Auto Trait Implementations§
impl Freeze for ShadowSliceData
impl RefUnwindSafe for ShadowSliceData
impl Send for ShadowSliceData
impl Sync for ShadowSliceData
impl Unpin for ShadowSliceData
impl UnwindSafe for ShadowSliceData
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)