Struct ejdb2_sys_windows::IWFS_FSM_IMPL
source · [−]#[repr(C)]pub struct IWFS_FSM_IMPL {
pub _address: u8,
}Fields
_address: u8Trait Implementations
sourceimpl Clone for IWFS_FSM_IMPL
impl Clone for IWFS_FSM_IMPL
sourcefn clone(&self) -> IWFS_FSM_IMPL
fn clone(&self) -> IWFS_FSM_IMPL
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for IWFS_FSM_IMPL
impl Debug for IWFS_FSM_IMPL
impl Copy for IWFS_FSM_IMPL
Auto Trait Implementations
impl RefUnwindSafe for IWFS_FSM_IMPL
impl Send for IWFS_FSM_IMPL
impl Sync for IWFS_FSM_IMPL
impl Unpin for IWFS_FSM_IMPL
impl UnwindSafe for IWFS_FSM_IMPL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more