#[repr(C)]pub struct URB_GET_FRAME_LENGTH {
pub Hdr: URB_HEADER,
pub FrameLength: ULONG,
pub FrameNumber: ULONG,
}
Fields§
§Hdr: URB_HEADER
§FrameLength: ULONG
§FrameNumber: ULONG
Trait Implementations§
Source§impl Clone for URB_GET_FRAME_LENGTH
impl Clone for URB_GET_FRAME_LENGTH
Source§fn clone(&self) -> URB_GET_FRAME_LENGTH
fn clone(&self) -> URB_GET_FRAME_LENGTH
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 Default for URB_GET_FRAME_LENGTH
impl Default for URB_GET_FRAME_LENGTH
Source§fn default() -> URB_GET_FRAME_LENGTH
fn default() -> URB_GET_FRAME_LENGTH
Returns the “default value” for a type. Read more
impl Copy for URB_GET_FRAME_LENGTH
Auto Trait Implementations§
impl Freeze for URB_GET_FRAME_LENGTH
impl RefUnwindSafe for URB_GET_FRAME_LENGTH
impl !Send for URB_GET_FRAME_LENGTH
impl !Sync for URB_GET_FRAME_LENGTH
impl Unpin for URB_GET_FRAME_LENGTH
impl UnwindSafe for URB_GET_FRAME_LENGTH
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