#[repr(C)]pub struct FFErase {
pub id: u64,
pub request_id: u32,
pub effect_id: u32,
}Fields§
§id: u64§request_id: u32§effect_id: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for FFErase
impl RefUnwindSafe for FFErase
impl Send for FFErase
impl Sync for FFErase
impl Unpin for FFErase
impl UnsafeUnpin for FFErase
impl UnwindSafe for FFErase
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