#[repr(C)]pub struct physdev_set_iobitmap {
pub bitmap: __guest_handle_uint8,
pub nr_ports: u32,
}Fields§
§bitmap: __guest_handle_uint8§nr_ports: u32Trait Implementations§
Source§impl Clone for physdev_set_iobitmap
impl Clone for physdev_set_iobitmap
Source§fn clone(&self) -> physdev_set_iobitmap
fn clone(&self) -> physdev_set_iobitmap
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for physdev_set_iobitmap
impl Debug for physdev_set_iobitmap
Source§impl Default for physdev_set_iobitmap
impl Default for physdev_set_iobitmap
impl Copy for physdev_set_iobitmap
Auto Trait Implementations§
impl Freeze for physdev_set_iobitmap
impl RefUnwindSafe for physdev_set_iobitmap
impl !Send for physdev_set_iobitmap
impl !Sync for physdev_set_iobitmap
impl Unpin for physdev_set_iobitmap
impl UnwindSafe for physdev_set_iobitmap
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