pub struct OamTemplate {
pub y_offset: u8,
pub x_offset: u8,
pub attributes: u8,
}Fields§
§y_offset: u8§x_offset: u8§attributes: u8Trait Implementations§
Source§impl Clone for OamTemplate
impl Clone for OamTemplate
Source§fn clone(&self) -> OamTemplate
fn clone(&self) -> OamTemplate
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 OamTemplate
Source§impl Debug for OamTemplate
impl Debug for OamTemplate
impl Eq for OamTemplate
Source§impl PartialEq for OamTemplate
impl PartialEq for OamTemplate
impl StructuralPartialEq for OamTemplate
Auto Trait Implementations§
impl Freeze for OamTemplate
impl RefUnwindSafe for OamTemplate
impl Send for OamTemplate
impl Sync for OamTemplate
impl Unpin for OamTemplate
impl UnsafeUnpin for OamTemplate
impl UnwindSafe for OamTemplate
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