pub struct MonoFunctionLightingPacket(/* private fields */);Implementations§
Source§impl MonoFunctionLightingPacket
impl MonoFunctionLightingPacket
Sourcepub fn properties(&self) -> &Properties
pub fn properties(&self) -> &Properties
Gets the properties used to construct this ClassPacket
Trait Implementations§
Source§impl Display for MonoFunctionLightingPacket
impl Display for MonoFunctionLightingPacket
Auto Trait Implementations§
impl Freeze for MonoFunctionLightingPacket
impl RefUnwindSafe for MonoFunctionLightingPacket
impl Send for MonoFunctionLightingPacket
impl Sync for MonoFunctionLightingPacket
impl Unpin for MonoFunctionLightingPacket
impl UnwindSafe for MonoFunctionLightingPacket
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