pub struct EdidDisplayRangeHorizontalFreq(/* private fields */);Trait Implementations§
Source§impl Clone for EdidDisplayRangeHorizontalFreq
impl Clone for EdidDisplayRangeHorizontalFreq
Source§fn clone(&self) -> EdidDisplayRangeHorizontalFreq
fn clone(&self) -> EdidDisplayRangeHorizontalFreq
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 TryFrom<u8> for EdidDisplayRangeHorizontalFreq
impl TryFrom<u8> for EdidDisplayRangeHorizontalFreq
impl Copy for EdidDisplayRangeHorizontalFreq
Auto Trait Implementations§
impl Freeze for EdidDisplayRangeHorizontalFreq
impl RefUnwindSafe for EdidDisplayRangeHorizontalFreq
impl Send for EdidDisplayRangeHorizontalFreq
impl Sync for EdidDisplayRangeHorizontalFreq
impl Unpin for EdidDisplayRangeHorizontalFreq
impl UnwindSafe for EdidDisplayRangeHorizontalFreq
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