pub struct ExdScreenConfiguration;
Trait Implementations§
Source§impl Debug for ExdScreenConfiguration
impl Debug for ExdScreenConfiguration
Auto Trait Implementations§
impl Freeze for ExdScreenConfiguration
impl RefUnwindSafe for ExdScreenConfiguration
impl Send for ExdScreenConfiguration
impl Sync for ExdScreenConfiguration
impl Unpin for ExdScreenConfiguration
impl UnwindSafe for ExdScreenConfiguration
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