#[repr(C)]pub struct RemoveDevice {
pub id: u64,
}
Fields§
§id: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RemoveDevice
impl RefUnwindSafe for RemoveDevice
impl Send for RemoveDevice
impl Sync for RemoveDevice
impl Unpin for RemoveDevice
impl UnwindSafe for RemoveDevice
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