#[repr(u32)]pub enum NSIStoppingStatus {
RenderCompleted = 0,
RenderAborted = 1,
RenderSynchronized = 2,
RenderRestarted = 3,
}Variants§
Trait Implementations§
Source§impl Clone for NSIStoppingStatus
impl Clone for NSIStoppingStatus
Source§fn clone(&self) -> NSIStoppingStatus
fn clone(&self) -> NSIStoppingStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NSIStoppingStatus
Source§impl Debug for NSIStoppingStatus
impl Debug for NSIStoppingStatus
impl Eq for NSIStoppingStatus
Source§impl Hash for NSIStoppingStatus
impl Hash for NSIStoppingStatus
Source§impl PartialEq for NSIStoppingStatus
impl PartialEq for NSIStoppingStatus
impl StructuralPartialEq for NSIStoppingStatus
Auto Trait Implementations§
impl Freeze for NSIStoppingStatus
impl RefUnwindSafe for NSIStoppingStatus
impl Send for NSIStoppingStatus
impl Sync for NSIStoppingStatus
impl Unpin for NSIStoppingStatus
impl UnsafeUnpin for NSIStoppingStatus
impl UnwindSafe for NSIStoppingStatus
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