pub struct props_powered2_rotation16(/* private fields */);Implementations§
Source§impl props_powered2_rotation16
impl props_powered2_rotation16
pub const fn new() -> Self
pub const fn encode(self) -> u8
pub const fn decode(n: u8) -> Self
pub const fn rotation(self) -> prop_rotation
pub const fn powered(self) -> prop_powered
pub const fn with_rotation(self, rotation: prop_rotation) -> Self
pub const fn with_powered(self, powered: prop_powered) -> Self
Trait Implementations§
Source§impl Clone for props_powered2_rotation16
impl Clone for props_powered2_rotation16
Source§fn clone(&self) -> props_powered2_rotation16
fn clone(&self) -> props_powered2_rotation16
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for props_powered2_rotation16
impl Default for props_powered2_rotation16
Source§impl Hash for props_powered2_rotation16
impl Hash for props_powered2_rotation16
impl Copy for props_powered2_rotation16
impl Eq for props_powered2_rotation16
impl StructuralPartialEq for props_powered2_rotation16
Auto Trait Implementations§
impl Freeze for props_powered2_rotation16
impl RefUnwindSafe for props_powered2_rotation16
impl Send for props_powered2_rotation16
impl Sync for props_powered2_rotation16
impl Unpin for props_powered2_rotation16
impl UnwindSafe for props_powered2_rotation16
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)