Struct owned_ttf_parser::owned::SelfRefVecFace
source · struct SelfRefVecFace {
data: Vec<u8>,
face: Option<Face<'static>>,
_pin: PhantomPinned,
}
Fields§
§data: Vec<u8>
§face: Option<Face<'static>>
§_pin: PhantomPinned
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SelfRefVecFace
impl RefUnwindSafe for SelfRefVecFace
impl Send for SelfRefVecFace
impl Sync for SelfRefVecFace
impl !Unpin for SelfRefVecFace
impl UnwindSafe for SelfRefVecFace
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