#[repr(C)]pub struct TRGT { /* private fields */ }
Expand description
Cluster TRGT%s, containing TARGET?_HI, TARGET?_LO
Implementations§
Auto Trait Implementations§
impl !Freeze for TRGT
impl !RefUnwindSafe for TRGT
impl Send for TRGT
impl !Sync for TRGT
impl Unpin for TRGT
impl UnwindSafe for TRGT
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