Struct flipperzero_sys::SerialServiceEvent
source · [−]#[repr(C)]pub struct SerialServiceEvent {
pub event: SerialServiceEventType,
pub data: SerialServiceData,
}Fields
event: SerialServiceEventTypedata: SerialServiceDataTrait Implementations
sourceimpl Clone for SerialServiceEvent
impl Clone for SerialServiceEvent
sourcefn clone(&self) -> SerialServiceEvent
fn clone(&self) -> SerialServiceEvent
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SerialServiceEvent
impl Debug for SerialServiceEvent
impl Copy for SerialServiceEvent
Auto Trait Implementations
impl RefUnwindSafe for SerialServiceEvent
impl !Send for SerialServiceEvent
impl !Sync for SerialServiceEvent
impl Unpin for SerialServiceEvent
impl UnwindSafe for SerialServiceEvent
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