#[repr(transparent)]pub struct RenderEncoderOptions(pub UInteger);Expand description
Render encoder options.
C++ equivalent: MTL4::RenderEncoderOptions
Tuple Fields§
§0: UIntegerImplementations§
Source§impl RenderEncoderOptions
impl RenderEncoderOptions
Sourcepub const SUSPENDING: Self
pub const SUSPENDING: Self
Suspending render pass (can be resumed later).
Trait Implementations§
Source§impl BitAnd for RenderEncoderOptions
impl BitAnd for RenderEncoderOptions
Source§impl BitOr for RenderEncoderOptions
impl BitOr for RenderEncoderOptions
Source§impl Clone for RenderEncoderOptions
impl Clone for RenderEncoderOptions
Source§fn clone(&self) -> RenderEncoderOptions
fn clone(&self) -> RenderEncoderOptions
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 RenderEncoderOptions
impl Debug for RenderEncoderOptions
Source§impl Default for RenderEncoderOptions
impl Default for RenderEncoderOptions
Source§fn default() -> RenderEncoderOptions
fn default() -> RenderEncoderOptions
Returns the “default value” for a type. Read more
Source§impl Hash for RenderEncoderOptions
impl Hash for RenderEncoderOptions
Source§impl PartialEq for RenderEncoderOptions
impl PartialEq for RenderEncoderOptions
impl Copy for RenderEncoderOptions
impl Eq for RenderEncoderOptions
impl StructuralPartialEq for RenderEncoderOptions
Auto Trait Implementations§
impl Freeze for RenderEncoderOptions
impl RefUnwindSafe for RenderEncoderOptions
impl Send for RenderEncoderOptions
impl Sync for RenderEncoderOptions
impl Unpin for RenderEncoderOptions
impl UnwindSafe for RenderEncoderOptions
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