#[repr(C)]pub struct fz_key_storable {
pub storable: fz_storable,
pub store_key_refs: c_short,
}Expand description
Any storable object that can appear in the key of another
storable object should include an fz_key_storable structure
at the start (by convention at least) of their structure.
Fields§
§storable: fz_storable§store_key_refs: c_shortTrait Implementations§
Source§impl Clone for fz_key_storable
impl Clone for fz_key_storable
Source§fn clone(&self) -> fz_key_storable
fn clone(&self) -> fz_key_storable
Returns a duplicate of the value. Read more
1.0.0 · 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 fz_key_storable
impl Debug for fz_key_storable
impl Copy for fz_key_storable
Auto Trait Implementations§
impl Freeze for fz_key_storable
impl RefUnwindSafe for fz_key_storable
impl Send for fz_key_storable
impl Sync for fz_key_storable
impl Unpin for fz_key_storable
impl UnwindSafe for fz_key_storable
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