#[repr(transparent)]pub struct Ezh2arm(pub u32);Expand description
EZH to ARM Trigger
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Ezh2arm
impl Eq for Ezh2arm
impl StructuralPartialEq for Ezh2arm
Auto Trait Implementations§
impl Freeze for Ezh2arm
impl RefUnwindSafe for Ezh2arm
impl Send for Ezh2arm
impl Sync for Ezh2arm
impl Unpin for Ezh2arm
impl UnwindSafe for Ezh2arm
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