Struct pax_message::OcclusionPatch
source · #[repr(C)]pub struct OcclusionPatch {
pub id_chain: Vec<u32>,
pub z_index: u32,
}Fields§
§id_chain: Vec<u32>§z_index: u32Trait Implementations§
source§impl Debug for OcclusionPatch
impl Debug for OcclusionPatch
source§impl Default for OcclusionPatch
impl Default for OcclusionPatch
source§fn default() -> OcclusionPatch
fn default() -> OcclusionPatch
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for OcclusionPatch
impl Send for OcclusionPatch
impl Sync for OcclusionPatch
impl Unpin for OcclusionPatch
impl UnwindSafe for OcclusionPatch
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