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