#[repr(C)]pub struct RenderQueueType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl RenderQueueType
impl RenderQueueType
pub fn opaque() -> Self
pub fn transparent() -> Self
Trait Implementations§
Source§impl ClassIdentity for RenderQueueType
impl ClassIdentity for RenderQueueType
Source§impl Clone for RenderQueueType
impl Clone for RenderQueueType
Source§fn clone(&self) -> RenderQueueType
fn clone(&self) -> RenderQueueType
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 moreSource§impl Debug for RenderQueueType
impl Debug for RenderQueueType
Source§impl PartialEq for RenderQueueType
impl PartialEq for RenderQueueType
impl Copy for RenderQueueType
impl Eq for RenderQueueType
impl StructuralPartialEq for RenderQueueType
Auto Trait Implementations§
impl Freeze for RenderQueueType
impl RefUnwindSafe for RenderQueueType
impl Send for RenderQueueType
impl Sync for RenderQueueType
impl Unpin for RenderQueueType
impl UnwindSafe for RenderQueueType
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)