Struct intel_gpu::gpu::i915::DrmDeviceNode
source · pub struct DrmDeviceNode {
pub fd: OwnedFd,
pub path: Option<OsString>,
}
Fields§
§fd: OwnedFd
§path: Option<OsString>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DrmDeviceNode
impl RefUnwindSafe for DrmDeviceNode
impl Send for DrmDeviceNode
impl Sync for DrmDeviceNode
impl Unpin for DrmDeviceNode
impl UnwindSafe for DrmDeviceNode
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