pub struct TextinfoFlags(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Default for TextinfoFlags
impl Default for TextinfoFlags
Source§fn default() -> TextinfoFlags
fn default() -> TextinfoFlags
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TextinfoFlags
impl RefUnwindSafe for TextinfoFlags
impl Send for TextinfoFlags
impl Sync for TextinfoFlags
impl Unpin for TextinfoFlags
impl UnwindSafe for TextinfoFlags
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