pub struct PPME_DROP_X {
pub ratio: Option<PT_UINT32>,
}
Fields§
§ratio: Option<PT_UINT32>
Trait Implementations§
Source§impl Clone for PPME_DROP_X
impl Clone for PPME_DROP_X
Source§fn clone(&self) -> PPME_DROP_X
fn clone(&self) -> PPME_DROP_X
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PPME_DROP_X
impl Debug for PPME_DROP_X
Source§impl EventPayload for PPME_DROP_X
impl EventPayload for PPME_DROP_X
Source§impl<'a> FromRawEvent<'a> for PPME_DROP_X
impl<'a> FromRawEvent<'a> for PPME_DROP_X
Source§impl PayloadToBytes for PPME_DROP_X
impl PayloadToBytes for PPME_DROP_X
impl Copy for PPME_DROP_X
Auto Trait Implementations§
impl Freeze for PPME_DROP_X
impl RefUnwindSafe for PPME_DROP_X
impl Send for PPME_DROP_X
impl Sync for PPME_DROP_X
impl Unpin for PPME_DROP_X
impl UnwindSafe for PPME_DROP_X
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