Struct openssl_sys::ff_effect
source · [−]pub struct ff_effect {
pub type_: u16,
pub id: i16,
pub direction: u16,
pub trigger: ff_trigger,
pub replay: ff_replay,
pub u: [u64; 4],
}
Fields
type_: u16
id: i16
direction: u16
trigger: ff_trigger
replay: ff_replay
u: [u64; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ff_effect
impl Send for ff_effect
impl Sync for ff_effect
impl Unpin for ff_effect
impl UnwindSafe for ff_effect
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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