#[repr(u32)]pub enum TiledTopoSingleRecvBehavior {
Undef = 0,
TileOnly = 1,
Scaled = 2,
Cloned = 3,
}
Expand description
Behavior of this tile when it is the only tile receiving an image from the source.
Variants§
Trait Implementations§
Source§impl Clone for TiledTopoSingleRecvBehavior
impl Clone for TiledTopoSingleRecvBehavior
Source§fn clone(&self) -> TiledTopoSingleRecvBehavior
fn clone(&self) -> TiledTopoSingleRecvBehavior
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 TiledTopoSingleRecvBehavior
impl Debug for TiledTopoSingleRecvBehavior
Source§impl From<u32> for TiledTopoSingleRecvBehavior
impl From<u32> for TiledTopoSingleRecvBehavior
Source§fn from(
value: di_displayid_tiled_topo_single_recv_behavior,
) -> TiledTopoSingleRecvBehavior
fn from( value: di_displayid_tiled_topo_single_recv_behavior, ) -> TiledTopoSingleRecvBehavior
Converts to this type from the input type.
impl Copy for TiledTopoSingleRecvBehavior
impl Eq for TiledTopoSingleRecvBehavior
impl StructuralPartialEq for TiledTopoSingleRecvBehavior
Auto Trait Implementations§
impl Freeze for TiledTopoSingleRecvBehavior
impl RefUnwindSafe for TiledTopoSingleRecvBehavior
impl Send for TiledTopoSingleRecvBehavior
impl Sync for TiledTopoSingleRecvBehavior
impl Unpin for TiledTopoSingleRecvBehavior
impl UnwindSafe for TiledTopoSingleRecvBehavior
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