pub struct ScreenReadData(/* private fields */);
Implementations§
Source§impl ScreenReadData
impl ScreenReadData
pub fn get_resolution(&self) -> Point
pub fn set_resolution(&mut self, value: Point)
Trait Implementations§
Source§impl AsMut<[u8]> for ScreenReadData
impl AsMut<[u8]> for ScreenReadData
Source§impl Clone for ScreenReadData
impl Clone for ScreenReadData
Source§fn clone(&self) -> ScreenReadData
fn clone(&self) -> ScreenReadData
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 ScreenReadData
impl Debug for ScreenReadData
Source§impl Default for ScreenReadData
impl Default for ScreenReadData
Source§impl PartialEq for ScreenReadData
impl PartialEq for ScreenReadData
Source§impl TryFrom<&mut [u8]> for &mut ScreenReadData
impl TryFrom<&mut [u8]> for &mut ScreenReadData
impl Copy for ScreenReadData
impl Eq for ScreenReadData
impl StructuralPartialEq for ScreenReadData
Auto Trait Implementations§
impl Freeze for ScreenReadData
impl RefUnwindSafe for ScreenReadData
impl Send for ScreenReadData
impl Sync for ScreenReadData
impl Unpin for ScreenReadData
impl UnwindSafe for ScreenReadData
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