Struct CoreTextServicesConstants
pub struct CoreTextServicesConstants;
Implementations§
§impl CoreTextServicesConstants
impl CoreTextServicesConstants
pub fn HiddenCharacter() -> Result<u16>
Auto Trait Implementations§
impl Freeze for CoreTextServicesConstants
impl RefUnwindSafe for CoreTextServicesConstants
impl Send for CoreTextServicesConstants
impl Sync for CoreTextServicesConstants
impl Unpin for CoreTextServicesConstants
impl UnwindSafe for CoreTextServicesConstants
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