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