#[repr(u32)]pub enum TiledTopoMissingRecvBehavior {
Undef = 0,
TileOnly = 1,
}
Expand description
Behavior when more than 1 tile and less than total number of tiles are driven by the source.
Variants§
Trait Implementations§
Source§impl Clone for TiledTopoMissingRecvBehavior
impl Clone for TiledTopoMissingRecvBehavior
Source§fn clone(&self) -> TiledTopoMissingRecvBehavior
fn clone(&self) -> TiledTopoMissingRecvBehavior
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 TiledTopoMissingRecvBehavior
impl Debug for TiledTopoMissingRecvBehavior
Source§impl From<u32> for TiledTopoMissingRecvBehavior
impl From<u32> for TiledTopoMissingRecvBehavior
Source§fn from(
value: di_displayid_tiled_topo_missing_recv_behavior,
) -> TiledTopoMissingRecvBehavior
fn from( value: di_displayid_tiled_topo_missing_recv_behavior, ) -> TiledTopoMissingRecvBehavior
Converts to this type from the input type.
Source§impl PartialEq for TiledTopoMissingRecvBehavior
impl PartialEq for TiledTopoMissingRecvBehavior
Source§fn eq(&self, other: &TiledTopoMissingRecvBehavior) -> bool
fn eq(&self, other: &TiledTopoMissingRecvBehavior) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for TiledTopoMissingRecvBehavior
impl Eq for TiledTopoMissingRecvBehavior
impl StructuralPartialEq for TiledTopoMissingRecvBehavior
Auto Trait Implementations§
impl Freeze for TiledTopoMissingRecvBehavior
impl RefUnwindSafe for TiledTopoMissingRecvBehavior
impl Send for TiledTopoMissingRecvBehavior
impl Sync for TiledTopoMissingRecvBehavior
impl Unpin for TiledTopoMissingRecvBehavior
impl UnwindSafe for TiledTopoMissingRecvBehavior
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