pub struct SetShowHinge { /* private fields */ }Expand description
Add a dual screen device hinge
Implementations§
Source§impl SetShowHinge
impl SetShowHinge
pub fn new() -> Self
pub fn with_hinge_config(self, hinge_config: impl Into<HingeConfig>) -> Self
Trait Implementations§
Source§impl Clone for SetShowHinge
impl Clone for SetShowHinge
Source§fn clone(&self) -> SetShowHinge
fn clone(&self) -> SetShowHinge
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 Command for SetShowHinge
impl Command for SetShowHinge
Source§impl Debug for SetShowHinge
impl Debug for SetShowHinge
Auto Trait Implementations§
impl Freeze for SetShowHinge
impl RefUnwindSafe for SetShowHinge
impl Send for SetShowHinge
impl Sync for SetShowHinge
impl Unpin for SetShowHinge
impl UnwindSafe for SetShowHinge
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