#[repr(C)]pub struct WorkbenchTitleFormatPrefs {
pub wtfp_Format: __IncompleteArrayField<TEXT>,
}Fields§
§wtfp_Format: __IncompleteArrayField<TEXT>Trait Implementations§
Auto Trait Implementations§
impl Freeze for WorkbenchTitleFormatPrefs
impl RefUnwindSafe for WorkbenchTitleFormatPrefs
impl Send for WorkbenchTitleFormatPrefs
impl Sync for WorkbenchTitleFormatPrefs
impl Unpin for WorkbenchTitleFormatPrefs
impl UnwindSafe for WorkbenchTitleFormatPrefs
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