Struct flite_sys::cst_sts_paged_struct
source · #[repr(C)]pub struct cst_sts_paged_struct {
pub frame_offset: c_uint,
pub res_size: c_ushort,
pub res_offset: c_uint,
pub frame_page: *const c_ushort,
pub res_page: *const c_uchar,
}Fields
frame_offset: c_uintres_size: c_ushortres_offset: c_uintframe_page: *const c_ushortres_page: *const c_ucharTrait Implementations
sourceimpl Clone for cst_sts_paged_struct
impl Clone for cst_sts_paged_struct
sourcefn clone(&self) -> cst_sts_paged_struct
fn clone(&self) -> cst_sts_paged_struct
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for cst_sts_paged_struct
impl Debug for cst_sts_paged_struct
impl Copy for cst_sts_paged_struct
Auto Trait Implementations
impl RefUnwindSafe for cst_sts_paged_struct
impl !Send for cst_sts_paged_struct
impl !Sync for cst_sts_paged_struct
impl Unpin for cst_sts_paged_struct
impl UnwindSafe for cst_sts_paged_struct
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more