#[repr(C)]pub struct FrameSignal {
pub ktime_ns: u64,
pub buffer: usize,
}
Fields§
§ktime_ns: u64
§buffer: usize
Implementations§
Auto Trait Implementations§
impl Freeze for FrameSignal
impl RefUnwindSafe for FrameSignal
impl Send for FrameSignal
impl Sync for FrameSignal
impl Unpin for FrameSignal
impl UnwindSafe for FrameSignal
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