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