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