pub struct SignalLevel {
pub high: f32,
pub low: f32,
}Expand description
Gives the minimum and maximum voltages on the video lines.
Fields§
§high: f32§low: f32Trait Implementations§
Source§impl Clone for SignalLevel
impl Clone for SignalLevel
Source§fn clone(&self) -> SignalLevel
fn clone(&self) -> SignalLevel
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 SignalLevel
impl Debug for SignalLevel
impl Copy for SignalLevel
Auto Trait Implementations§
impl Freeze for SignalLevel
impl RefUnwindSafe for SignalLevel
impl Send for SignalLevel
impl Sync for SignalLevel
impl Unpin for SignalLevel
impl UnwindSafe for SignalLevel
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