#[repr(transparent)]pub struct LoaderEventType(pub c_uchar);
Tuple Fields§
§0: c_uchar
Trait Implementations§
Source§impl Clone for LoaderEventType
impl Clone for LoaderEventType
Source§fn clone(&self) -> LoaderEventType
fn clone(&self) -> LoaderEventType
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 LoaderEventType
impl Debug for LoaderEventType
Source§impl Hash for LoaderEventType
impl Hash for LoaderEventType
Source§impl PartialEq for LoaderEventType
impl PartialEq for LoaderEventType
impl Copy for LoaderEventType
impl Eq for LoaderEventType
impl StructuralPartialEq for LoaderEventType
Auto Trait Implementations§
impl Freeze for LoaderEventType
impl RefUnwindSafe for LoaderEventType
impl Send for LoaderEventType
impl Sync for LoaderEventType
impl Unpin for LoaderEventType
impl UnwindSafe for LoaderEventType
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