#[repr(C, packed(4))]pub struct ColorManagedColorspaceSettings {
pub name: [i8; 64],
}Fields§
§name: [i8; 64]Trait Implementations§
Source§impl GeneratedBlendStruct for ColorManagedColorspaceSettings
impl GeneratedBlendStruct for ColorManagedColorspaceSettings
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "ColorManagedColorspaceSettings"
const STRUCT_INDEX: usize = 545usize
const STRUCT_TYPE_INDEX: usize = 80usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<ColorManagedColorspaceSettings> for ColorManagedColorspaceSettings
Auto Trait Implementations§
impl Freeze for ColorManagedColorspaceSettings
impl RefUnwindSafe for ColorManagedColorspaceSettings
impl Send for ColorManagedColorspaceSettings
impl Sync for ColorManagedColorspaceSettings
impl Unpin for ColorManagedColorspaceSettings
impl UnwindSafe for ColorManagedColorspaceSettings
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