pub struct HighContrastImageResult {}
Trait Implementations§
Source§impl Clone for HighContrastImageResult
impl Clone for HighContrastImageResult
Source§fn clone(&self) -> HighContrastImageResult
fn clone(&self) -> HighContrastImageResult
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 HighContrastImageResult
impl Debug for HighContrastImageResult
Source§impl Default for HighContrastImageResult
impl Default for HighContrastImageResult
Source§fn default() -> HighContrastImageResult
fn default() -> HighContrastImageResult
Returns the “default value” for a type. Read more
Source§impl Hash for HighContrastImageResult
impl Hash for HighContrastImageResult
Source§impl LowLevelRead<u8, HighContrastImageResult> for HighContrastImageLowLevel
impl LowLevelRead<u8, HighContrastImageResult> for HighContrastImageLowLevel
fn ll_message_length(&self) -> usize
fn ll_message_chunk_offset(&self) -> usize
fn ll_message_chunk_data(&self) -> &[u8] ⓘ
fn get_result(&self) -> HighContrastImageResult
Source§impl LowLevelRead<u8, HighContrastImageResult> for HighContrastImageLowLevelEvent
impl LowLevelRead<u8, HighContrastImageResult> for HighContrastImageLowLevelEvent
fn ll_message_length(&self) -> usize
fn ll_message_chunk_offset(&self) -> usize
fn ll_message_chunk_data(&self) -> &[u8] ⓘ
fn get_result(&self) -> HighContrastImageResult
Source§impl PartialEq for HighContrastImageResult
impl PartialEq for HighContrastImageResult
impl Copy for HighContrastImageResult
impl Eq for HighContrastImageResult
impl StructuralPartialEq for HighContrastImageResult
Auto Trait Implementations§
impl Freeze for HighContrastImageResult
impl RefUnwindSafe for HighContrastImageResult
impl Send for HighContrastImageResult
impl Sync for HighContrastImageResult
impl Unpin for HighContrastImageResult
impl UnwindSafe for HighContrastImageResult
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