#[repr(u32)]pub enum _fc2InterfaceType {
FC2_INTERFACE_IEEE1394 = 0,
FC2_INTERFACE_USB_2 = 1,
FC2_INTERFACE_USB_3 = 2,
FC2_INTERFACE_GIGE = 3,
FC2_INTERFACE_UNKNOWN = 4,
FC2_INTERFACE_TYPE_FORCE_32BITS = 2_147_483_647,
}Variants§
FC2_INTERFACE_IEEE1394 = 0
FC2_INTERFACE_USB_2 = 1
FC2_INTERFACE_USB_3 = 2
FC2_INTERFACE_GIGE = 3
FC2_INTERFACE_UNKNOWN = 4
FC2_INTERFACE_TYPE_FORCE_32BITS = 2_147_483_647
Trait Implementations§
Source§impl Clone for _fc2InterfaceType
impl Clone for _fc2InterfaceType
Source§fn clone(&self) -> _fc2InterfaceType
fn clone(&self) -> _fc2InterfaceType
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 Debug for _fc2InterfaceType
impl Debug for _fc2InterfaceType
impl Copy for _fc2InterfaceType
Auto Trait Implementations§
impl Freeze for _fc2InterfaceType
impl RefUnwindSafe for _fc2InterfaceType
impl Send for _fc2InterfaceType
impl Sync for _fc2InterfaceType
impl Unpin for _fc2InterfaceType
impl UnwindSafe for _fc2InterfaceType
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