pub struct AExInitData {
pub variable: AExVariableData,
pub pvv: u16,
}Fields§
§variable: AExVariableData§pvv: u16Trait Implementations§
Source§impl Clone for AExInitData
impl Clone for AExInitData
Source§fn clone(&self) -> AExInitData
fn clone(&self) -> AExInitData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AExInitData
impl RefUnwindSafe for AExInitData
impl Send for AExInitData
impl Sync for AExInitData
impl Unpin for AExInitData
impl UnsafeUnpin for AExInitData
impl UnwindSafe for AExInitData
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