pub struct TestInterface;
Trait Implementations§
Source§impl Debug for TestInterface
impl Debug for TestInterface
Source§impl Interface for TestInterface
impl Interface for TestInterface
Source§const NAME: &'static str = "test_interface"
const NAME: &'static str = "test_interface"
The name of this interface. This will correspond to the ‘name’ attribute
on the ‘interface’ element in the wayland protocol XML.
Auto Trait Implementations§
impl Freeze for TestInterface
impl RefUnwindSafe for TestInterface
impl Send for TestInterface
impl Sync for TestInterface
impl Unpin for TestInterface
impl UnwindSafe for TestInterface
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