Union AER_ENDPOINT_DESCRIPTOR_FLAGS
#[repr(C, packed(1))]
pub union AER_ENDPOINT_DESCRIPTOR_FLAGS {
pub Anonymous: AER_ENDPOINT_DESCRIPTOR_FLAGS_0,
pub AsUSHORT: u16,
}
Fields§
§Anonymous: AER_ENDPOINT_DESCRIPTOR_FLAGS_0
§AsUSHORT: u16
Trait Implementations§
§impl Clone for AER_ENDPOINT_DESCRIPTOR_FLAGS
impl Clone for AER_ENDPOINT_DESCRIPTOR_FLAGS
§fn clone(&self) -> AER_ENDPOINT_DESCRIPTOR_FLAGS
fn clone(&self) -> AER_ENDPOINT_DESCRIPTOR_FLAGS
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 moreimpl Copy for AER_ENDPOINT_DESCRIPTOR_FLAGS
Auto Trait Implementations§
impl Freeze for AER_ENDPOINT_DESCRIPTOR_FLAGS
impl RefUnwindSafe for AER_ENDPOINT_DESCRIPTOR_FLAGS
impl Send for AER_ENDPOINT_DESCRIPTOR_FLAGS
impl Sync for AER_ENDPOINT_DESCRIPTOR_FLAGS
impl Unpin for AER_ENDPOINT_DESCRIPTOR_FLAGS
impl UnwindSafe for AER_ENDPOINT_DESCRIPTOR_FLAGS
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