pub struct DeviceNode {
pub node: DeviceNode,
}Fields§
§node: DeviceNodeImplementations§
Source§impl DeviceNode
impl DeviceNode
pub fn fill_missing_info(&mut self) -> Result<()>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeviceNode
impl RefUnwindSafe for DeviceNode
impl Send for DeviceNode
impl Sync for DeviceNode
impl Unpin for DeviceNode
impl UnwindSafe for DeviceNode
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