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