pub struct OffsetShellFaceImageRecord {
pub role: OffsetFaceRole,
pub source_face_id: u64,
}Fields§
§role: OffsetFaceRole§source_face_id: u64Trait Implementations§
Source§impl Clone for OffsetShellFaceImageRecord
impl Clone for OffsetShellFaceImageRecord
Source§fn clone(&self) -> OffsetShellFaceImageRecord
fn clone(&self) -> OffsetShellFaceImageRecord
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OffsetShellFaceImageRecord
impl Debug for OffsetShellFaceImageRecord
Auto Trait Implementations§
impl Freeze for OffsetShellFaceImageRecord
impl RefUnwindSafe for OffsetShellFaceImageRecord
impl Send for OffsetShellFaceImageRecord
impl Sync for OffsetShellFaceImageRecord
impl Unpin for OffsetShellFaceImageRecord
impl UnsafeUnpin for OffsetShellFaceImageRecord
impl UnwindSafe for OffsetShellFaceImageRecord
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