pub struct Screen_read_data_type(/* private fields */);
Implementations§
Source§impl Screen_read_data_type
impl Screen_read_data_type
pub fn Get_resolution(&self) -> Point_type
pub fn Set_resolution(&mut self, Value: Point_type)
Trait Implementations§
Source§impl AsMut<[u8]> for Screen_read_data_type
impl AsMut<[u8]> for Screen_read_data_type
Source§impl Clone for Screen_read_data_type
impl Clone for Screen_read_data_type
Source§fn clone(&self) -> Screen_read_data_type
fn clone(&self) -> Screen_read_data_type
Returns a copy 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 Screen_read_data_type
impl Debug for Screen_read_data_type
Source§impl Default for Screen_read_data_type
impl Default for Screen_read_data_type
Source§impl PartialEq for Screen_read_data_type
impl PartialEq for Screen_read_data_type
Source§impl TryFrom<&mut [u8]> for &mut Screen_read_data_type
impl TryFrom<&mut [u8]> for &mut Screen_read_data_type
impl Copy for Screen_read_data_type
impl Eq for Screen_read_data_type
impl StructuralPartialEq for Screen_read_data_type
Auto Trait Implementations§
impl Freeze for Screen_read_data_type
impl RefUnwindSafe for Screen_read_data_type
impl Send for Screen_read_data_type
impl Sync for Screen_read_data_type
impl Unpin for Screen_read_data_type
impl UnwindSafe for Screen_read_data_type
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