#[repr(transparent)]pub struct ActivationT(pub [u8; 16]);Tuple Fields§
§0: [u8; 16]Implementations§
Source§impl<'a> ActivationT
impl<'a> ActivationT
pub fn new( dissociation_method: DissociationMethod, collision_energy: f64, ) -> Self
pub fn dissociation_method(&self) -> DissociationMethod
pub fn set_dissociation_method(&mut self, x: DissociationMethod)
pub fn collision_energy(&self) -> f64
pub fn set_collision_energy(&mut self, x: f64)
Trait Implementations§
Source§impl Clone for ActivationT
impl Clone for ActivationT
Source§fn clone(&self) -> ActivationT
fn clone(&self) -> ActivationT
Returns a duplicate 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 ActivationT
impl Debug for ActivationT
Source§impl Default for ActivationT
impl Default for ActivationT
Source§impl<'a> Follow<'a> for &'a ActivationT
impl<'a> Follow<'a> for &'a ActivationT
Source§impl<'a> Follow<'a> for ActivationT
impl<'a> Follow<'a> for ActivationT
Source§impl PartialEq for ActivationT
impl PartialEq for ActivationT
Source§impl<'b> Push for ActivationT
impl<'b> Push for ActivationT
Source§impl<'a> Verifiable for ActivationT
impl<'a> Verifiable for ActivationT
Source§fn run_verifier(
v: &mut Verifier<'_, '_>,
pos: usize,
) -> Result<(), InvalidFlatbuffer>
fn run_verifier( v: &mut Verifier<'_, '_>, pos: usize, ) -> Result<(), InvalidFlatbuffer>
Runs the verifier for this type, assuming its at position
pos in the verifier’s buffer.
Should not need to be called directly.impl Copy for ActivationT
impl SimpleToVerifyInSlice for ActivationT
impl StructuralPartialEq for ActivationT
Auto Trait Implementations§
impl Freeze for ActivationT
impl RefUnwindSafe for ActivationT
impl Send for ActivationT
impl Sync for ActivationT
impl Unpin for ActivationT
impl UnwindSafe for ActivationT
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