#[repr(C)]pub struct sm_module {
pub filename: [c_char; 128],
pub handle: *mut c_void,
pub ops: sm_module_operations,
}Fields§
§filename: [c_char; 128]§handle: *mut c_void§ops: sm_module_operationsTrait Implementations§
Auto Trait Implementations§
impl Freeze for sm_module
impl RefUnwindSafe for sm_module
impl !Send for sm_module
impl !Sync for sm_module
impl Unpin for sm_module
impl UnwindSafe for sm_module
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