pub struct GET_RESOLUTION;Trait Implementations§
Source§impl Clone for GET_RESOLUTION
impl Clone for GET_RESOLUTION
Source§fn clone(&self) -> GET_RESOLUTION
fn clone(&self) -> GET_RESOLUTION
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 ControlCommand for GET_RESOLUTION
impl ControlCommand for GET_RESOLUTION
const IDENTIFIER: ControlCommandIdentifier
type Input = ()
type Output = Point
fn cast_input(input: &AnyByLayout) -> Result<&Self::Input, Error>
fn cast_output(output: &mut AnyByLayout) -> Result<&mut Self::Output, Error>
fn cast<'i, 'o>( input: &'i AnyByLayout, output: &'o mut AnyByLayout, ) -> Result<(&'i Self::Input, &'o mut Self::Output), Error>
Source§impl Debug for GET_RESOLUTION
impl Debug for GET_RESOLUTION
impl Copy for GET_RESOLUTION
Auto Trait Implementations§
impl Freeze for GET_RESOLUTION
impl RefUnwindSafe for GET_RESOLUTION
impl Send for GET_RESOLUTION
impl Sync for GET_RESOLUTION
impl Unpin for GET_RESOLUTION
impl UnwindSafe for GET_RESOLUTION
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