#[repr(u32)]pub enum _fc2BusCallbackType {
FC2_BUS_RESET = 0,
FC2_ARRIVAL = 1,
FC2_REMOVAL = 2,
FC2_CALLBACK_TYPE_FORCE_32BITS = 2_147_483_647,
}Variants§
Trait Implementations§
Source§impl Clone for _fc2BusCallbackType
impl Clone for _fc2BusCallbackType
Source§fn clone(&self) -> _fc2BusCallbackType
fn clone(&self) -> _fc2BusCallbackType
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 _fc2BusCallbackType
impl Debug for _fc2BusCallbackType
impl Copy for _fc2BusCallbackType
Auto Trait Implementations§
impl Freeze for _fc2BusCallbackType
impl RefUnwindSafe for _fc2BusCallbackType
impl Send for _fc2BusCallbackType
impl Sync for _fc2BusCallbackType
impl Unpin for _fc2BusCallbackType
impl UnwindSafe for _fc2BusCallbackType
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