#[repr(C)]pub struct FxState {
pub fx: u16,
pub offset: UShort,
pub size: UShort,
pub nRepeats: UChar,
pub repeatLen: UChar,
}
Fields§
§fx: u16
§offset: UShort
§size: UShort
§nRepeats: UChar
§repeatLen: UChar
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FxState
impl RefUnwindSafe for FxState
impl Send for FxState
impl Sync for FxState
impl Unpin for FxState
impl UnwindSafe for FxState
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