#[repr(C)]pub struct LkInitStruct {
pub level: LkInitLevel,
pub flags: LkInitFlags,
pub hook: LkInitHook,
pub name: *const c_char,
}Fields§
§level: LkInitLevel§flags: LkInitFlags§hook: LkInitHook§name: *const c_charTrait Implementations§
impl Sync for LkInitStruct
Auto Trait Implementations§
impl !Send for LkInitStruct
impl Freeze for LkInitStruct
impl RefUnwindSafe for LkInitStruct
impl Unpin for LkInitStruct
impl UnsafeUnpin for LkInitStruct
impl UnwindSafe for LkInitStruct
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more