#[repr(C)]pub struct LMSFlowParamType {
pub value: u8,
}Expand description
Fields§
§value: u8Implementations§
Trait Implementations§
Source§impl ClassIdentity for LMSFlowParamType
impl ClassIdentity for LMSFlowParamType
Source§impl Clone for LMSFlowParamType
impl Clone for LMSFlowParamType
Source§fn clone(&self) -> LMSFlowParamType
fn clone(&self) -> LMSFlowParamType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LMSFlowParamType
impl Debug for LMSFlowParamType
Source§impl PartialEq for LMSFlowParamType
impl PartialEq for LMSFlowParamType
impl Copy for LMSFlowParamType
impl Eq for LMSFlowParamType
impl StructuralPartialEq for LMSFlowParamType
Auto Trait Implementations§
impl Freeze for LMSFlowParamType
impl RefUnwindSafe for LMSFlowParamType
impl Send for LMSFlowParamType
impl Sync for LMSFlowParamType
impl Unpin for LMSFlowParamType
impl UnwindSafe for LMSFlowParamType
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)