pub struct ShowFlags(pub u32);Expand description
Per-frame feature-pass toggles. A cleared bit skips the matching pass for the frame (the cheap runtime counterpart to the init-time trims); set bits leave the pass to its normal gates. Billboard icons are editor overlay sprites rather than a render pass, so they have no bit here.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for ShowFlags
impl Eq for ShowFlags
impl StructuralPartialEq for ShowFlags
Auto Trait Implementations§
impl Freeze for ShowFlags
impl RefUnwindSafe for ShowFlags
impl Send for ShowFlags
impl Sync for ShowFlags
impl Unpin for ShowFlags
impl UnsafeUnpin for ShowFlags
impl UnwindSafe for ShowFlags
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.