Struct XACTTC
#[repr(transparent)]pub struct XACTTC(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for XACTTC
impl Eq for XACTTC
impl StructuralPartialEq for XACTTC
Auto Trait Implementations§
impl Freeze for XACTTC
impl RefUnwindSafe for XACTTC
impl Send for XACTTC
impl Sync for XACTTC
impl Unpin for XACTTC
impl UnwindSafe for XACTTC
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