Struct URB
#[repr(C)]pub struct URB {
pub Anonymous: URB_0,
}
Fields§
§Anonymous: URB_0
Trait Implementations§
Auto Trait Implementations§
impl Freeze for URB
impl RefUnwindSafe for URB
impl !Send for URB
impl !Sync for URB
impl Unpin for URB
impl UnwindSafe for URB
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