#[repr(C)]pub struct DepthState {Show 16 fields
pub private_member_magic: u32,
pub private_member_test_enabled: bool,
pub private_member_test_function: i32,
pub private_member_write_enabled: bool,
pub private_member_range_near: f32,
pub private_member_range_far: f32,
pub private_member_padding0: u32,
pub private_member_padding1: u32,
pub private_member_padding2: u32,
pub private_member_padding3: u32,
pub private_member_padding4: u32,
pub private_member_padding5: u32,
pub private_member_padding6: u32,
pub private_member_padding7: u32,
pub private_member_padding8: u32,
pub private_member_padding9: u32,
}
Fields§
§private_member_magic: u32
§private_member_test_enabled: bool
§private_member_test_function: i32
§private_member_write_enabled: bool
§private_member_range_near: f32
§private_member_range_far: f32
§private_member_padding0: u32
§private_member_padding1: u32
§private_member_padding2: u32
§private_member_padding3: u32
§private_member_padding4: u32
§private_member_padding5: u32
§private_member_padding6: u32
§private_member_padding7: u32
§private_member_padding8: u32
§private_member_padding9: u32
Trait Implementations§
Source§impl Clone for DepthState
impl Clone for DepthState
Source§fn clone(&self) -> DepthState
fn clone(&self) -> DepthState
Returns a duplicate 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 moreSource§impl Debug for DepthState
impl Debug for DepthState
impl Copy for DepthState
Auto Trait Implementations§
impl Freeze for DepthState
impl RefUnwindSafe for DepthState
impl Send for DepthState
impl Sync for DepthState
impl Unpin for DepthState
impl UnwindSafe for DepthState
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