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