pub struct TiledTopoCaps {
pub single_enclosure: bool,
pub missing_recv_behavior: TiledTopoMissingRecvBehavior,
pub single_recv_behavior: TiledTopoSingleRecvBehavior,
}Expand description
Tiled display capabilities.
Fields§
§single_enclosure: bool§missing_recv_behavior: TiledTopoMissingRecvBehavior§single_recv_behavior: TiledTopoSingleRecvBehaviorTrait Implementations§
Source§impl Clone for TiledTopoCaps
impl Clone for TiledTopoCaps
Source§fn clone(&self) -> TiledTopoCaps
fn clone(&self) -> TiledTopoCaps
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 TiledTopoCaps
impl Debug for TiledTopoCaps
Source§impl From<di_displayid_tiled_topo_caps> for TiledTopoCaps
impl From<di_displayid_tiled_topo_caps> for TiledTopoCaps
Source§fn from(value: di_displayid_tiled_topo_caps) -> TiledTopoCaps
fn from(value: di_displayid_tiled_topo_caps) -> TiledTopoCaps
Converts to this type from the input type.
impl Copy for TiledTopoCaps
Auto Trait Implementations§
impl Freeze for TiledTopoCaps
impl RefUnwindSafe for TiledTopoCaps
impl Send for TiledTopoCaps
impl Sync for TiledTopoCaps
impl Unpin for TiledTopoCaps
impl UnwindSafe for TiledTopoCaps
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