Struct oc_wasm_opencomputers::screen::Screen
source · pub struct Screen(/* private fields */);Expand description
A screen component.
Implementations§
source§impl Screen
impl Screen
Trait Implementations§
source§impl Ord for Screen
impl Ord for Screen
source§impl PartialEq for Screen
impl PartialEq for Screen
source§impl PartialOrd for Screen
impl PartialOrd for Screen
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for Screen
impl Eq for Screen
impl StructuralPartialEq for Screen
Auto Trait Implementations§
impl Freeze for Screen
impl RefUnwindSafe for Screen
impl Send for Screen
impl Sync for Screen
impl Unpin for Screen
impl UnwindSafe for Screen
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