pub struct VrrMode(pub u32);
Expand description
The VRR mode of a connector.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for VrrMode
impl<'de> Deserialize<'de> for VrrMode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for VrrMode
impl Eq for VrrMode
impl StructuralPartialEq for VrrMode
Auto Trait Implementations§
impl Freeze for VrrMode
impl RefUnwindSafe for VrrMode
impl Send for VrrMode
impl Sync for VrrMode
impl Unpin for VrrMode
impl UnwindSafe for VrrMode
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