#[repr(transparent)]struct FtLibrary(FT_Library);
Tuple Fields§
§0: FT_Library
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FtLibrary
impl RefUnwindSafe for FtLibrary
impl !Send for FtLibrary
impl !Sync for FtLibrary
impl Unpin for FtLibrary
impl UnwindSafe for FtLibrary
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