pub struct AutomationEventList(/* private fields */);Implementations§
Source§impl AutomationEventList
impl AutomationEventList
Sourcepub unsafe fn unwrap(self) -> AutomationEventList
pub unsafe fn unwrap(self) -> AutomationEventList
Take the raw ffi type. Must manually free memory by calling the proper unload function
Source§impl AutomationEventList
impl AutomationEventList
Sourcepub fn to_raw(self) -> AutomationEventList
pub fn to_raw(self) -> AutomationEventList
returns the unwrapped raylib-sys object
Sourcepub unsafe fn from_raw(raw: AutomationEventList) -> AutomationEventList
pub unsafe fn from_raw(raw: AutomationEventList) -> AutomationEventList
converts raylib-sys object to a “safe” version. Make sure to call this function from the thread the resource was created.
Source§impl AutomationEventList
impl AutomationEventList
Trait Implementations§
Source§impl Debug for AutomationEventList
impl Debug for AutomationEventList
Auto Trait Implementations§
impl Freeze for AutomationEventList
impl RefUnwindSafe for AutomationEventList
impl !Send for AutomationEventList
impl !Sync for AutomationEventList
impl Unpin for AutomationEventList
impl UnsafeUnpin for AutomationEventList
impl UnwindSafe for AutomationEventList
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