#[repr(C)]pub struct CoglDepthState {Show 16 fields
pub private_member_magic: u32,
pub private_member_test_enabled: CoglBool,
pub private_member_test_function: CoglDepthTestFunction,
pub private_member_write_enabled: CoglBool,
pub private_member_range_near: c_float,
pub private_member_range_far: c_float,
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: CoglBool
§private_member_test_function: CoglDepthTestFunction
§private_member_write_enabled: CoglBool
§private_member_range_near: c_float
§private_member_range_far: c_float
§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 CoglDepthState
impl Clone for CoglDepthState
Source§fn clone(&self) -> CoglDepthState
fn clone(&self) -> CoglDepthState
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 CoglDepthState
impl Debug for CoglDepthState
impl Copy for CoglDepthState
Auto Trait Implementations§
impl Freeze for CoglDepthState
impl RefUnwindSafe for CoglDepthState
impl Send for CoglDepthState
impl Sync for CoglDepthState
impl Unpin for CoglDepthState
impl UnwindSafe for CoglDepthState
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