pub struct ControlSignal(/* private fields */);Implementations§
Source§impl ControlSignal
impl ControlSignal
pub fn load_layout(&self, file_location: u32)
Trait Implementations§
Source§impl Default for ControlSignal
impl Default for ControlSignal
Source§fn default() -> ControlSignal
fn default() -> ControlSignal
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for ControlSignal
impl !RefUnwindSafe for ControlSignal
impl Send for ControlSignal
impl !Sync for ControlSignal
impl Unpin for ControlSignal
impl UnwindSafe for ControlSignal
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