Struct HolographicFramePresentWaitBehavior
#[repr(transparent)]pub struct HolographicFramePresentWaitBehavior(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl HolographicFramePresentWaitBehavior
impl HolographicFramePresentWaitBehavior
pub const WaitForFrameToFinish: Self = _
pub const DoNotWaitForFrameToFinish: Self = _
Trait Implementations§
§impl Clone for HolographicFramePresentWaitBehavior
impl Clone for HolographicFramePresentWaitBehavior
§fn clone(&self) -> HolographicFramePresentWaitBehavior
fn clone(&self) -> HolographicFramePresentWaitBehavior
Returns a copy 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 more§impl Default for HolographicFramePresentWaitBehavior
impl Default for HolographicFramePresentWaitBehavior
§fn default() -> HolographicFramePresentWaitBehavior
fn default() -> HolographicFramePresentWaitBehavior
Returns the “default value” for a type. Read more
§impl PartialEq for HolographicFramePresentWaitBehavior
impl PartialEq for HolographicFramePresentWaitBehavior
§fn eq(&self, other: &HolographicFramePresentWaitBehavior) -> bool
fn eq(&self, other: &HolographicFramePresentWaitBehavior) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for HolographicFramePresentWaitBehavior
impl Eq for HolographicFramePresentWaitBehavior
impl StructuralPartialEq for HolographicFramePresentWaitBehavior
Auto Trait Implementations§
impl Freeze for HolographicFramePresentWaitBehavior
impl RefUnwindSafe for HolographicFramePresentWaitBehavior
impl Send for HolographicFramePresentWaitBehavior
impl Sync for HolographicFramePresentWaitBehavior
impl Unpin for HolographicFramePresentWaitBehavior
impl UnwindSafe for HolographicFramePresentWaitBehavior
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