Struct AAL_PARAMETERS_IE
#[repr(C)]pub struct AAL_PARAMETERS_IE {
pub AALType: AAL_TYPE,
pub AALSpecificParameters: AAL_PARAMETERS_IE_0,
}
Fields§
§AALType: AAL_TYPE
§AALSpecificParameters: AAL_PARAMETERS_IE_0
Trait Implementations§
§impl Clone for AAL_PARAMETERS_IE
impl Clone for AAL_PARAMETERS_IE
§fn clone(&self) -> AAL_PARAMETERS_IE
fn clone(&self) -> AAL_PARAMETERS_IE
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 moreimpl Copy for AAL_PARAMETERS_IE
Auto Trait Implementations§
impl Freeze for AAL_PARAMETERS_IE
impl RefUnwindSafe for AAL_PARAMETERS_IE
impl Send for AAL_PARAMETERS_IE
impl Sync for AAL_PARAMETERS_IE
impl Unpin for AAL_PARAMETERS_IE
impl UnwindSafe for AAL_PARAMETERS_IE
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