Struct IEEE1394_API_REQUEST
#[repr(C)]pub struct IEEE1394_API_REQUEST {
pub RequestNumber: u32,
pub Flags: u32,
pub u: IEEE1394_API_REQUEST_0,
}
Fields§
§RequestNumber: u32
§Flags: u32
§u: IEEE1394_API_REQUEST_0
Trait Implementations§
§impl Clone for IEEE1394_API_REQUEST
impl Clone for IEEE1394_API_REQUEST
§fn clone(&self) -> IEEE1394_API_REQUEST
fn clone(&self) -> IEEE1394_API_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 Default for IEEE1394_API_REQUEST
impl Default for IEEE1394_API_REQUEST
impl Copy for IEEE1394_API_REQUEST
Auto Trait Implementations§
impl Freeze for IEEE1394_API_REQUEST
impl RefUnwindSafe for IEEE1394_API_REQUEST
impl Send for IEEE1394_API_REQUEST
impl Sync for IEEE1394_API_REQUEST
impl Unpin for IEEE1394_API_REQUEST
impl UnwindSafe for IEEE1394_API_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