#[repr(C)]pub struct AsiFlowUpdateInfo {
pub header: AsiStructureHeader,
pub name: [c_char; 64],
pub new_name: [c_char; 64],
}Fields§
§header: AsiStructureHeader§name: [c_char; 64]§new_name: [c_char; 64]Implementations§
Trait Implementations§
Source§impl Clone for AsiFlowUpdateInfo
impl Clone for AsiFlowUpdateInfo
Source§fn clone(&self) -> AsiFlowUpdateInfo
fn clone(&self) -> AsiFlowUpdateInfo
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 AsiFlowUpdateInfo
impl Debug for AsiFlowUpdateInfo
Source§impl Default for AsiFlowUpdateInfo
impl Default for AsiFlowUpdateInfo
§impl Display for AsiFlowUpdateInfo
impl Display for AsiFlowUpdateInfo
impl Copy for AsiFlowUpdateInfo
Auto Trait Implementations§
impl Freeze for AsiFlowUpdateInfo
impl RefUnwindSafe for AsiFlowUpdateInfo
impl !Send for AsiFlowUpdateInfo
impl !Sync for AsiFlowUpdateInfo
impl Unpin for AsiFlowUpdateInfo
impl UnwindSafe for AsiFlowUpdateInfo
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