Struct ff_replay
#[repr(C)]
pub struct ff_replay { pub length: __u16, pub delay: __u16 }
Fields
length: __u16delay: __u16
Trait Implementations
impl Clone for ff_replay
fn clone(&self) -> ff_replay
impl Copy for ff_replay
impl Debug for ff_replay
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Eq for ff_replay
impl Hash for ff_replay
fn hash<__H: Hasher>(&self, state: &mut __H)
impl PartialEq for ff_replay
fn eq(&self, other: &ff_replay) -> bool
impl StructuralPartialEq for ff_replay
Auto Trait Implementations
impl Freeze for ff_replay
impl RefUnwindSafe for ff_replay
impl Send for ff_replay
impl Sync for ff_replay
impl Unpin for ff_replay
impl UnsafeUnpin for ff_replay
impl UnwindSafe for ff_replay
Blanket Implementations
impl<T> Any for ff_replay
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for ff_replay
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for ff_replay
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for ff_replay
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for ff_replay
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for ff_replay
where
U: From<T>,
fn into(self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom<U> for ff_replay
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for ff_replay
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>