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