#[repr(C)]pub struct UiTexteditTBindgenTy1 {
pub all: bool,
pub range: bool,
pub _padding_584: [c_char; 2],
pub start: u32,
pub end: u32,
}Fields§
§all: bool§range: bool§_padding_584: [c_char; 2]§start: u32§end: u32Trait Implementations§
Source§impl Clone for UiTexteditTBindgenTy1
impl Clone for UiTexteditTBindgenTy1
Source§fn clone(&self) -> UiTexteditTBindgenTy1
fn clone(&self) -> UiTexteditTBindgenTy1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for UiTexteditTBindgenTy1
impl Default for UiTexteditTBindgenTy1
Source§fn default() -> UiTexteditTBindgenTy1
fn default() -> UiTexteditTBindgenTy1
Returns the “default value” for a type. Read more
impl Copy for UiTexteditTBindgenTy1
Auto Trait Implementations§
impl Freeze for UiTexteditTBindgenTy1
impl RefUnwindSafe for UiTexteditTBindgenTy1
impl Send for UiTexteditTBindgenTy1
impl Sync for UiTexteditTBindgenTy1
impl Unpin for UiTexteditTBindgenTy1
impl UnwindSafe for UiTexteditTBindgenTy1
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