#[repr(C)]pub struct fz_colorspace {
pub key_storable: fz_key_storable,
pub type_: fz_colorspace_type,
pub flags: c_int,
pub n: c_int,
pub name: *mut c_char,
pub u: fz_colorspace__bindgen_ty_1,
}Fields§
§key_storable: fz_key_storable§type_: fz_colorspace_type§flags: c_int§n: c_int§name: *mut c_char§u: fz_colorspace__bindgen_ty_1Trait Implementations§
Source§impl Clone for fz_colorspace
impl Clone for fz_colorspace
Source§fn clone(&self) -> fz_colorspace
fn clone(&self) -> fz_colorspace
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 moreimpl Copy for fz_colorspace
Auto Trait Implementations§
impl Freeze for fz_colorspace
impl RefUnwindSafe for fz_colorspace
impl !Send for fz_colorspace
impl !Sync for fz_colorspace
impl Unpin for fz_colorspace
impl UnsafeUnpin for fz_colorspace
impl UnwindSafe for fz_colorspace
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