#[repr(i32)]pub enum FsoeState {
Reset = 256,
Session = 257,
Connection = 258,
Parameter = 259,
Data = 260,
Failsafe = 261,
}Variants§
Trait Implementations§
impl Copy for FsoeState
impl Eq for FsoeState
impl StructuralPartialEq for FsoeState
Auto Trait Implementations§
impl Freeze for FsoeState
impl RefUnwindSafe for FsoeState
impl Send for FsoeState
impl Sync for FsoeState
impl Unpin for FsoeState
impl UnsafeUnpin for FsoeState
impl UnwindSafe for FsoeState
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