pub struct LayerChannelData {
pub layer: Layer,
pub channels: Vec<ChannelData>,
pub top: i32,
pub left: i32,
pub right: i32,
pub bottom: i32,
pub mask: Option<Bounds>,
pub real_mask: Option<Bounds>,
}Expand description
upstream LayerChannelData.
Fields§
§layer: Layer§channels: Vec<ChannelData>§top: i32§left: i32§right: i32§bottom: i32§mask: Option<Bounds>§real_mask: Option<Bounds>Auto Trait Implementations§
impl Freeze for LayerChannelData
impl RefUnwindSafe for LayerChannelData
impl Send for LayerChannelData
impl Sync for LayerChannelData
impl Unpin for LayerChannelData
impl UnsafeUnpin for LayerChannelData
impl UnwindSafe for LayerChannelData
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