struct OpenLayer {
id: u32,
bbox: RectU16,
parent_layer: Option<u32>,
}Fields§
§id: u32§bbox: RectU16The bounding box of the contents recorded into this layer.
parent_layer: Option<u32>Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpenLayer
impl RefUnwindSafe for OpenLayer
impl Send for OpenLayer
impl Sync for OpenLayer
impl Unpin for OpenLayer
impl UnsafeUnpin for OpenLayer
impl UnwindSafe for OpenLayer
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