Struct wayland_bridge::linux_dmabuf::LinuxDmabuf
source · pub struct LinuxDmabuf { /* private fields */ }
Expand description
The zwp_linux_dmabuf_v1 global.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinuxDmabuf
impl RefUnwindSafe for LinuxDmabuf
impl Send for LinuxDmabuf
impl Sync for LinuxDmabuf
impl Unpin for LinuxDmabuf
impl UnwindSafe for LinuxDmabuf
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