Struct TextBoxId
#[repr(C)]pub struct TextBoxId {
pub Value: u32,
}Fields§
§Value: u32Trait Implementations§
impl Copy for TextBoxId
impl StructuralPartialEq for TextBoxId
Auto Trait Implementations§
impl Freeze for TextBoxId
impl RefUnwindSafe for TextBoxId
impl Send for TextBoxId
impl Sync for TextBoxId
impl Unpin for TextBoxId
impl UnwindSafe for TextBoxId
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