pub struct LayerRawData {
pub color_mode: ColorMode,
pub bits_per_channel: f64,
pub channels: Vec<LayerRawDataChannel>,
pub large: bool,
}Expand description
TS LayerRawData.
Fields§
§color_mode: ColorMode§bits_per_channel: f64§channels: Vec<LayerRawDataChannel>§large: boolTrait Implementations§
Source§impl Clone for LayerRawData
impl Clone for LayerRawData
Source§fn clone(&self) -> LayerRawData
fn clone(&self) -> LayerRawData
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 moreAuto Trait Implementations§
impl Freeze for LayerRawData
impl RefUnwindSafe for LayerRawData
impl Send for LayerRawData
impl Sync for LayerRawData
impl Unpin for LayerRawData
impl UnsafeUnpin for LayerRawData
impl UnwindSafe for LayerRawData
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