Struct IEEE1394_VDEV_PNP_REQUEST
#[repr(C)]pub struct IEEE1394_VDEV_PNP_REQUEST {
pub fulFlags: u32,
pub Reserved: u32,
pub InstanceId: u64,
pub DeviceId: u8,
}
Fields§
§fulFlags: u32
§Reserved: u32
§InstanceId: u64
§DeviceId: u8
Trait Implementations§
§impl Clone for IEEE1394_VDEV_PNP_REQUEST
impl Clone for IEEE1394_VDEV_PNP_REQUEST
§fn clone(&self) -> IEEE1394_VDEV_PNP_REQUEST
fn clone(&self) -> IEEE1394_VDEV_PNP_REQUEST
Returns a copy 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 more§impl Debug for IEEE1394_VDEV_PNP_REQUEST
impl Debug for IEEE1394_VDEV_PNP_REQUEST
§impl Default for IEEE1394_VDEV_PNP_REQUEST
impl Default for IEEE1394_VDEV_PNP_REQUEST
§impl PartialEq for IEEE1394_VDEV_PNP_REQUEST
impl PartialEq for IEEE1394_VDEV_PNP_REQUEST
impl Copy for IEEE1394_VDEV_PNP_REQUEST
impl StructuralPartialEq for IEEE1394_VDEV_PNP_REQUEST
Auto Trait Implementations§
impl Freeze for IEEE1394_VDEV_PNP_REQUEST
impl RefUnwindSafe for IEEE1394_VDEV_PNP_REQUEST
impl Send for IEEE1394_VDEV_PNP_REQUEST
impl Sync for IEEE1394_VDEV_PNP_REQUEST
impl Unpin for IEEE1394_VDEV_PNP_REQUEST
impl UnwindSafe for IEEE1394_VDEV_PNP_REQUEST
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