#[repr(C, packed(2))]pub struct ExAllControl {
pub eac_Entries: ULONG,
pub eac_LastKey: ULONG,
pub eac_MatchString: STRPTR,
pub eac_MatchFunc: *mut Hook,
}Fields§
§eac_Entries: ULONG§eac_LastKey: ULONG§eac_MatchString: STRPTR§eac_MatchFunc: *mut HookTrait Implementations§
Source§impl Clone for ExAllControl
impl Clone for ExAllControl
Source§fn clone(&self) -> ExAllControl
fn clone(&self) -> ExAllControl
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 ExAllControl
impl Debug for ExAllControl
impl Copy for ExAllControl
Auto Trait Implementations§
impl Freeze for ExAllControl
impl RefUnwindSafe for ExAllControl
impl !Send for ExAllControl
impl !Sync for ExAllControl
impl Unpin for ExAllControl
impl UnwindSafe for ExAllControl
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